Skip to content

Commit

Permalink
Merge pull request #112 from niebayes/patch-1
Browse files Browse the repository at this point in the history
fix: doc
  • Loading branch information
cat-in-136 committed Jun 29, 2024
2 parents 137d2a7 + e1f2a14 commit ca612ec
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 ca612ec

Please sign in to comment.