diff options
author | boastful-squirrel <boastful.squirrel@gmail.com> | 2019-11-21 22:57:49 +0000 |
---|---|---|
committer | boastful-squirrel <boastful.squirrel@gmail.com> | 2019-11-21 22:57:49 +0000 |
commit | 1bc09afa2945f6eadd74193802abe4d4f4e4fe75 (patch) | |
tree | ee6fb7967925a225489d37979484fc779964400b /README.md | |
parent | Fix html elements order (diff) | |
parent | Merge pull request #217 from svenstaro/dependabot/cargo/port_check-0.1.2 (diff) | |
download | miniserve-1bc09afa2945f6eadd74193802abe4d4f4e4fe75.tar.gz miniserve-1bc09afa2945f6eadd74193802abe4d4f4e4fe75.zip |
Merge branch 'master' into fix-#173
Diffstat (limited to '')
-rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,7 +1,7 @@ # miniserve - a CLI tool to serve files and dirs over HTTP [](https://travis-ci.org/svenstaro/miniserve) -[](https://cloud.docker.com/repository/docker/svenstaro/miniserve/) +[](https://cloud.docker.com/repository/docker/svenstaro/miniserve/) [](https://aur.archlinux.org/packages/miniserve/) [](https://crates.io/crates/miniserve) [](https://deps.rs/repo/github/svenstaro/miniserve) @@ -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 |