Skip to content
This repository has been archived by the owner on May 4, 2024. It is now read-only.

[tutorial] Advise using --locked in cargo install #1100

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion language/documentation/tutorial/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ source ~/.profile
Next, install Move's command-line tool by running this commands:

```bash
cargo install --path language/tools/move-cli
cargo install --locked --path language/tools/move-cli
```

You can check that it is working by running the following command:
Expand Down
Loading