2
0
mirror of https://github.com/frappe/bench.git synced 2024-11-11 15:51:03 +00:00

readme update - easyinstall username clarification

Clarifies to the user that the script will by default create a new user with the name frappe if the flag is not used.
This commit is contained in:
Varun Rajamane 2019-10-14 23:14:51 +05:30 committed by GitHub
parent 681256c61a
commit d484538661
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]