From e1f2a145dc9f6ca49a12ed682f66ef7525938a60 Mon Sep 17 00:00:00 2001 From: niebayes Date: Wed, 26 Jun 2024 19:33:31 +0800 Subject: [PATCH] fix: doc I suppose it's the `cargo build --release` to be executed before the `strip -s target/release/xxx` command. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b598cfb..a66d9ad 100644 --- a/README.md +++ b/README.md @@ -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