fix typo in prod release guide

master
Edward Shen 2019-12-26 15:10:27 -05:00
parent 0a19214f36
commit 983ad3733e
Signed by: edward
GPG Key ID: F350507060ED6C90
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ If you're looking to build a release binary, here are the steps I use:
1. `cargo build --release`
2. `strip target/release/bunbun`
3. `upx --lzma bunbun`
3. `upx --lzma target/release/bunbun`
LZMA provides the best level of compress for Rust binaries; it performs at the
same level as `upx --ultra-brute` without the time cost and [without breaking