diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,10 +4,10 @@ [](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) [](https://github.com/svenstaro/miniserve/blob/master/LICENSE) [](https://github.com/svenstaro/miniserve/stargazers) [](https://github.com/svenstaro/miniserve/releases) +[](https://github.com/svenstaro/miniserve) **For when you really just want to serve some files over HTTP right now!** @@ -48,7 +48,7 @@ Sometimes this is just a more practical and quick way than doing things properly - Single binary drop-in with no extra dependencies required - Authentication support with username and password (and hashed password) - Mega fast and highly parallel (thanks to [Rust](https://www.rust-lang.org/) and [Actix](https://actix.rs/)) -- Folder download (compressed on the fly as .tar.gz) +- Folder download (compressed on the fly as `.tar.gz` or `.zip`) - File uploading - Pretty themes |