2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-22 20:19:01 +00:00

Merge pull request #846 from zuron7/patch-1

docs: readme easyinstall username clarification
This commit is contained in:
gavin 2019-10-20 19:35:10 +05:30 committed by GitHub
commit 5c5993bf01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -138,7 +138,7 @@ For production:
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]