Add the -g option for a better install experience.

main
Zed A. Shaw 1 year ago
parent 9d40917d7b
commit 26a7ea7a38
  1. 2
      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.

Loading…
Cancel
Save