Skip to content

Commit

Permalink
📝 Simplify install command
Browse files Browse the repository at this point in the history
use `cargo install --git <URL>` instead of `git clone <URL>`
  • Loading branch information
ChanTsune committed Aug 12, 2024
1 parent d494682 commit aecfd8d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,7 @@ After all requirements are met, PNA-FS can be installed using `cargo`:


```bash
$ git clone https://github.com/Portable-Network-Archive/fs.git
$ cd fs
$ cargo install --path .
$ cargo install --git https://github.com/Portable-Network-Archive/fs.git
```

This will generate the `pnafs` binary in `$HOME/.cargo/bin`. Make sure that this directory is in your `PATH` variable: `export PATH=$PATH:$HOME/.cargo/bin`
Expand Down

0 comments on commit aecfd8d

Please sign in to comment.