From e58a56e2473b9b72ac3f6cb77db2fc19831b2238 Mon Sep 17 00:00:00 2001 From: trs998 Date: Fri, 20 Jan 2023 17:37:38 +0000 Subject: [PATCH] docs: Added --email argument to install script (#1417) The install script requires the --email parameter, so added to example command line --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a5b9db56..e523672c 100755 --- a/README.md +++ b/README.md @@ -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.