From 4b116fdf3a0b7603817ee0fec1e2c7e5cbdd125c Mon Sep 17 00:00:00 2001 From: Ciaran Treanor Date: Fri, 18 Oct 2019 11:15:29 +0100 Subject: Add instructions on how to install via Homebrew on OSX --- README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 6239609..7600f7d 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,11 @@ Sometimes this is just a more practical and quick way than doing things properly chmod +x miniserve-osx ./miniserve-osx +Alternatively install view [Homebrew](https://brew.sh/). + + brew install miniserve + miniserve + **On Windows**: Download `miniserve-win.exe` from [the releases page](https://github.com/svenstaro/miniserve/releases) and run miniserve-win.exe -- cgit v1.2.3 From 15682a9ed225ca91f5f03b3398b1ef087722be7e Mon Sep 17 00:00:00 2001 From: Ciaran Treanor Date: Mon, 21 Oct 2019 11:28:17 +0100 Subject: Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 7600f7d..acc9744 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ Sometimes this is just a more practical and quick way than doing things properly chmod +x miniserve-osx ./miniserve-osx -Alternatively install view [Homebrew](https://brew.sh/). +Alternatively install with [Homebrew](https://brew.sh/). brew install miniserve miniserve -- cgit v1.2.3