From 13171f4a01a2fc7f05f3c216ddb40e5a6d06b7c7 Mon Sep 17 00:00:00 2001 From: William Melody Date: Mon, 16 Mar 2020 15:03:39 -0700 Subject: [PATCH] Swap installation methods in README.md. --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index b72e1fe..0adcdef 100644 --- a/README.md +++ b/README.md @@ -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):