From d973979b62716899570739227487948eaa680bb8 Mon Sep 17 00:00:00 2001 From: Joe Uhren Date: Sun, 12 Jun 2022 19:55:37 -0600 Subject: [PATCH] Use newer production flag for initial install --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb14604..0194872 100644 --- a/README.md +++ b/README.md @@ -268,7 +268,7 @@ git clone https://github.com/team-exor/eiquidus explorer ##### Install Node Modules ``` -cd explorer && npm install --production +cd explorer && npm install --only=prod ``` ##### Configure Explorer Settings