We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e472993 + 5ae557b commit 373bf7eCopy full SHA for 373bf7e
1 file changed
README.md
@@ -44,13 +44,13 @@ Installing from source:
44
```sh
45
git clone https://github.com/atlassian-labs/FSRT.git
46
cd FSRT
47
-cargo install --path crates/fsrt
+cargo install --path crates/fsrt --locked
48
```
49
50
or alternatively:
51
52
```text
53
-cargo install --git https://github.com/atlassian-labs/FSRT
+cargo install --git https://github.com/atlassian-labs/FSRT --locked
54
55
56
## Tests
0 commit comments