Skip to content

Commit

Permalink
fix missing --path
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudxain authored Jul 15, 2024
1 parent 1b31f00 commit 7642032
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 @@ -126,7 +126,7 @@ Let it compile and you're good to go.
- Linux: Right click the folder and press `Open in Terminal`.
6. Run:
```sh
cargo install . --config 'build.rustflags="-C target-cpu=native"'
cargo install --path . --config 'build.rustflags="-C target-cpu=native"'
```

## Using SPWN
Expand Down

0 comments on commit 7642032

Please sign in to comment.