mirror of
https://github.com/frappe/bench.git
synced 2024-11-11 15:51:03 +00:00
Merge pull request #846 from zuron7/patch-1
docs: readme easyinstall username clarification
This commit is contained in:
commit
5c5993bf01
@ -138,7 +138,7 @@ For production:
|
|||||||
|
|
||||||
sudo python install.py --production --user [frappe-user]
|
sudo python install.py --production --user [frappe-user]
|
||||||
|
|
||||||
use --user flag to create a user and install using that user
|
use --user flag to create a user and install using that user (By default, the script will create a user with the username `frappe` if the --user flag is not used)
|
||||||
|
|
||||||
python install.py --develop --user [frappe-user]
|
python install.py --develop --user [frappe-user]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user