diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2018-12-25 14:46:59 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-25 14:46:59 +0000 |
commit | 9af433ac7bfb2d816c40cf5059020e8b7105b2bf (patch) | |
tree | 3cc8fc9de492db9c47a0b70ff4f2072dda52e19d | |
parent | Merge pull request #20 from svenstaro/dependabot/cargo/actix-0.7.9 (diff) | |
download | miniserve-9af433ac7bfb2d816c40cf5059020e8b7105b2bf.tar.gz miniserve-9af433ac7bfb2d816c40cf5059020e8b7105b2bf.zip |
Update README.md
-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. |