Skip to content

Commit

Permalink
Readme: Suggest local npm prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
nykula committed Dec 12, 2017
1 parent 1a167fb commit 580c463
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ Then install with [npm](https://nodejs.org/en/download/):

```bash
npm i -g acme-commander

# Above not working? Try a local prefix:
echo prefix=~/.local >> ~/.npmrc
npm i -g acme-commander
```

Run:
Expand Down

0 comments on commit 580c463

Please sign in to comment.