update README with a note about zip and a similar project
This commit is contained in:
parent
447c361b48
commit
6e76b4c5df
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue