Skip to content

Commit

Permalink
fix: doc
Browse files Browse the repository at this point in the history
I suppose it's the `cargo build --release` to be executed before the `strip -s target/release/xxx` command.
  • Loading branch information
niebayes committed Jun 26, 2024
1 parent 137d2a7 commit e1f2a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Upon run `cargo generate-rpm` on your cargo project, a binary RPM package file w
in `target/generate-rpm/XXX.rpm`.
You can change the RPM package file location using `-o` option.

In advance, run `cargo run --release` and strip the debug symbols (`strip -s target/release/XXX`), because these are not
In advance, run `cargo build --release` and strip the debug symbols (`strip -s target/release/XXX`), because these are not
run upon `cargo generate-rpm` as of now.

## Configuration
Expand Down

0 comments on commit e1f2a14

Please sign in to comment.