Skip to content

Commit

Permalink
Add npm installation instructions to README.
Browse files Browse the repository at this point in the history
See #14.
  • Loading branch information
qw3rtman committed Dec 28, 2015
1 parent a307e9e commit 8459aea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ $ mv p /usr/local/bin

If you don't have `wget` on your system, you can download the `p` binary from the [releases page](https://github.com/qw3rtman/p/releases) and follow the above steps from the second one onward.

Alternatively, you can install `p` via `npm`:

```shell
npm install -g pyvm
```

So far, `p` has only been tested in Bash. If you can make `p` work on another shell, please send in a pull request!

## Updating
Expand Down

0 comments on commit 8459aea

Please sign in to comment.