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.