diff --git a/README.md b/README.md index db407a9..1cb913e 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,8 @@ -[![Build Status](https://github.com/gdamjan/http-server-rs/workflows/build%20test%20lint/badge.svg)](https://github.com/gdamjan/http-server-rs/actions/) - A simple http server like `python -m http.server` but: * written in rust with actix, should be faster * allow concurrency -* download whole directories in .tar format * fancier directory listing -* maybe announce itself on mDNS (avahi) ``` USAGE: @@ -24,17 +20,8 @@ ARGS: Specify alternate port [default: 8000] ``` -## FAQ - -* Q: why .tar and not .zip? A: ~you can't stream a zip file efficiently, it needs to seek and write to the beggining of a file.~ will see. - - ## Release builds ``` cargo build --release strip --strip-unneeded ./target/release/http-server -``` - -## See also: - -* https://github.com/svenstaro/miniserve +``` \ No newline at end of file