Skip to content

Commit

Permalink
fix command line argument order
Browse files Browse the repository at this point in the history
  • Loading branch information
evmar committed May 6, 2024
1 parent 4c63be2 commit 5c5011f
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 @@ -13,7 +13,7 @@ missing some features but is faster to build and has a better UI; see
## Install

```
$ cargo install --git --locked https://github.com/evmar/n2
$ cargo install --locked --git https://github.com/evmar/n2
# (installs into ~/.cargo/bin/)
$ n2 -C some/build/dir some-target
Expand Down

0 comments on commit 5c5011f

Please sign in to comment.