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:
trs998 2023-01-20 17:37:38 +00:00 committed by GitHub
parent b3ad10b9e6
commit e58a56e247
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.