update README with a note about zip and a similar project

This commit is contained in:
Дамјан Георгиевски 2019-06-10 12:41:03 +02:00
parent 447c361b48
commit 6e76b4c5df

View file

@ -26,10 +26,15 @@ ARGS:
## 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.
* 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