From e3bc129389eabd562df8709cae4f1d23a54537cb Mon Sep 17 00:00:00 2001 From: Radu Marias Date: Tue, 30 Jul 2024 23:38:59 +0300 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 50761074..ebeaff73 100644 --- a/README.md +++ b/README.md @@ -283,6 +283,11 @@ In that case please add it to the `PATH` manually. Project is setup to use `nightly` toolchain in `rust-toolchain.toml`, on first build you will see it fetch the nightly. +```bash +cargo install cargo-aur +cargo install cargo-generate-rpm +``` + ### Other dependencies Also, these deps are required (or based on your distribution): @@ -320,7 +325,7 @@ cargo build --release ### Run ```bash -cargo run -- --mount-point MOUNT_POINT --data-dir DATA_DIR +cargo run --release -- mount --mount-point MOUNT_POINT --data-dir DATA_DIR ``` ### Build local RPM for Fedora