mirror of
https://github.com/frappe/bench.git
synced 2025-01-06 23:44:03 +00:00
docs: Added --email argument to install script (#1417)
The install script requires the --email parameter, so added to example command line
This commit is contained in:
parent
b3ad10b9e6
commit
e58a56e247
@ -87,7 +87,7 @@ Download the Easy Install script and execute it:
|
||||
|
||||
```sh
|
||||
$ wget https://raw.githubusercontent.com/frappe/bench/develop/easy-install.py
|
||||
$ python3 easy-install.py --prod
|
||||
$ python3 easy-install.py --prod --email your@email.tld
|
||||
```
|
||||
|
||||
This script will install docker on your system and will fetch the required containers, setup bench and a default ERPNext instance.
|
||||
|
Loading…
Reference in New Issue
Block a user