diff options
author | Ciaran Treanor <ciaran.treanor@gmail.com> | 2019-10-18 10:15:29 +0000 |
---|---|---|
committer | Ciaran Treanor <ciaran.treanor@gmail.com> | 2019-10-18 10:15:29 +0000 |
commit | 4b116fdf3a0b7603817ee0fec1e2c7e5cbdd125c (patch) | |
tree | ef6352a20a5cfc1880ce135a7a66a802d6d962b5 /README.md | |
parent | Bump deps (diff) | |
download | miniserve-4b116fdf3a0b7603817ee0fec1e2c7e5cbdd125c.tar.gz miniserve-4b116fdf3a0b7603817ee0fec1e2c7e5cbdd125c.zip |
Add instructions on how to install via Homebrew on OSX
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |