diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,13 +1,13 @@ # miniserve - a CLI tool to serve files and dirs over HTTP -**For when you really just want to serve some files over HTTP right now!** - [](https://travis-ci.org/svenstaro/miniserve) [](https://aur.archlinux.org/packages/miniserve/) [](https://crates.io/crates/miniserve) [](https://deps.rs/repo/github/svenstaro/miniserve) [](https://github.com/svenstaro/miniserve/blob/master/LICENSE) +**For when you really just want to serve some files over HTTP right now!** + **miniserve** is a small, self-contained cross-platform CLI tool that allows you to just grab the binary and serve some file(s) via HTTP. Sometimes this is just a more practical and quick way than doing things properly. |