Skip to content

Commit

Permalink
Update DEVELOPMENT.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Glenn Rempe committed Mar 2, 2018
1 parent 716484b commit 795e024
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions DEVELOPMENT.md
Expand Up @@ -19,24 +19,14 @@ yarn
./chp.js
```

### Install w/ Yarn

You can install/uninstall the `chp` binary from this repository globally with the following. This will install a Javascript
binary using Yarn:

```
yarn install-global-yarn
yarn uninstall-global-yarn
```

### Install w/ NPM

You can install/uninstall the `chp` binary from this repository globally with the following. This will install a Javascript
binary using NPM:

```
yarn install-global-npm
yarn uninstall-global-npm
yarn install-npm
yarn uninstall-npm
```

### Install : Binary Single-File Executables
Expand Down

0 comments on commit 795e024

Please sign in to comment.