Skip to content

Commit 97359d0

Browse files
authored
README: add --locked to cargo install
This ensures that everyone has the same build and prevents dependency issues (e.g. #122).
1 parent 154c60a commit 97359d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ pkgin install tlrc
8383
To build [tlrc][crate] from a source tarball, run:
8484

8585
```shell
86-
cargo install tlrc
86+
cargo install tlrc --locked
8787
```
8888

8989
> [!NOTE]

0 commit comments

Comments
 (0)