Skip to content

Commit

Permalink
docs: add locked flag to manual installation instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
oknozor committed Feb 13, 2024
1 parent c9b0c5c commit c8410a4
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 @@ -41,7 +41,7 @@ you need Rust and [cargo](https://doc.rust-lang.org/cargo/getting-started/instal
```bash
git clone https://github.com/oknozor/onagre.git
cd onagre
cargo build --release
cargo build --release --locked
sudo mv target/release/onagre /usr/bin/onagre
```

Expand Down

0 comments on commit c8410a4

Please sign in to comment.