Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
radumarias authored Jul 30, 2024
1 parent 91c140a commit e3bc129
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e3bc129

Please sign in to comment.