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

docs: formatting readme

This commit is contained in:
gavin 2019-10-20 19:33:57 +05:30 committed by GitHub
parent d484538661
commit dd0236b9aa
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 (By default, the script will create a user with the username frappe if the --user flag is not used.)
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]