From 26a7ea7a389f63a132f76d43a3057f776ca9bde0 Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Thu, 16 Feb 2023 03:44:05 -0500 Subject: [PATCH] Add the -g option for a better install experience. --- rendered/docs/quick-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rendered/docs/quick-start.md b/rendered/docs/quick-start.md index 73f1137..9a514ee 100644 --- a/rendered/docs/quick-start.md +++ b/rendered/docs/quick-start.md @@ -43,7 +43,7 @@ You will need the following software installed: First, install the [ljsthw-bandolier](https://git.learnjsthehardway.com/learn-javascript-the-hard-way/ljsthw-bandolier#ljsthw-bandolier) module: ```shell -npm install git+https://git.learnjsthehardway.com/learn-javascript-the-hard-way/ljsthw-bandolier.git +npm install -g git+https://git.learnjsthehardway.com/learn-javascript-the-hard-way/ljsthw-bandolier.git ``` This command installs an installer module directly from the project's git service. Doing this creates a command you'll use to manage installs and updates of the [Bandolier Template](https://git.learnjsthehardway.com/learn-javascript-the-hard-way/bandolier-template). The code for the framework lives there.