From e858faec05fd08a7f646ab4e3b9336960f9b402e Mon Sep 17 00:00:00 2001 From: William Melody Date: Mon, 16 Mar 2020 15:02:24 -0700 Subject: [PATCH] Add npm install to README.md. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 9350a61..f3d7016 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,14 @@ ## Installation +### npm + +To install with [npm](https://www.npmjs.com/): + +```bash +npm install --global hosts.sh +``` + ### Homebrew To install with [Homebrew](http://brew.sh/):