Skip to content

Commit f714b62

Browse files
committed
Update installation instructions because dependency cannot compile otherwise....
1 parent 9bdb019 commit f714b62

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,21 +28,21 @@ Goto - The good way to program
2828
#### bash
2929

3030
```sh
31-
cargo install goto-cd
31+
cargo install --locked goto-cd
3232
goto-cd --install >> ~/.bashrc
3333
```
3434

3535
#### zsh
3636

3737
```sh
38-
cargo install goto-cd
38+
cargo install --locked goto-cd
3939
goto-cd --install >> ~/.zshrc
4040
```
4141

4242
#### powershell
4343

4444
```sh
45-
cargo install goto-cd
45+
cargo install --locked goto-cd
4646
goto-cd --powershell-install >> $PROFILE
4747
```
4848

0 commit comments

Comments
 (0)