Skip to content

Commit

Permalink
Improve the installation instructions
Browse files Browse the repository at this point in the history
Make it a bit more obvious that `npm install -g` must be executed from a Git clone of the repository.
  • Loading branch information
Gallaecio committed Apr 4, 2019
1 parent 91e0bd0 commit 6b75eae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -27,7 +27,9 @@ from some XHR resource downloaded with JavaScript.

## Installation

wgrep$ npm install -g
$ git clone https://github.com/stav/wgrep.git
$ cd wgrep
$ npm install -g
added 5 packages from 3 contributors and audited 55 packages in 1.06s
found 0 vulnerabilities

Expand Down

0 comments on commit 6b75eae

Please sign in to comment.