diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2019-10-21 10:31:28 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-21 10:31:28 +0000 |
commit | ebc27cc327b13262e9f99a9a46fabc37b3ef277d (patch) | |
tree | 8e51d586ee258a7e586d666d81547c913c609e80 | |
parent | Bump deps (diff) | |
parent | Fix typo (diff) | |
download | miniserve-ebc27cc327b13262e9f99a9a46fabc37b3ef277d.tar.gz miniserve-ebc27cc327b13262e9f99a9a46fabc37b3ef277d.zip |
Merge pull request #211 from ciarant/master
Add instructions on how to install via Homebrew on OSX
-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 with [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 |