Skip to content

Commit

Permalink
add --locked to install command (FuelLabs#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
sezna authored Oct 21, 2021
1 parent 883a8c1 commit 3769551
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ cargo run --bin forc -- --help
To run `forc` from any directory, install `forc` to your local Cargo bin directory:

```sh
cargo install --path forc
cargo install --locked --path forc
# Also install sway-server if using the IDE plugin
cargo install --path sway-server
cargo install --locked --path sway-server
```

0 comments on commit 3769551

Please sign in to comment.