Swap installation methods in README.md.

This commit is contained in:
William Melody 2020-03-16 15:03:39 -07:00
parent 916009280e
commit 13171f4a01
1 changed files with 8 additions and 8 deletions

View File

@ -12,14 +12,6 @@
## Installation
### npm
To install with [npm](https://www.npmjs.com/):
```bash
npm install --global hosts.sh
```
### Homebrew
To install with [Homebrew](http://brew.sh/):
@ -28,6 +20,14 @@ To install with [Homebrew](http://brew.sh/):
brew tap alphabetum/taps && brew install alphabetum/taps/hosts
```
### npm
To install with [npm](https://www.npmjs.com/):
```bash
npm install --global hosts.sh
```
### bpkg
To install with [bpkg](https://github.com/bpkg/bpkg):