Skip to content

Commit

Permalink
update README with a note about zip and a similar project
Browse files Browse the repository at this point in the history
  • Loading branch information
gdamjan committed Jun 10, 2019
1 parent 447c361 commit 6e76b4c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6e76b4c

Please sign in to comment.