File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -57,12 +57,12 @@ When you get a permission denied message then you have to exclude the directory
57
57
58
58
## Manually
59
59
60
- Basically: Clone the repository, checkout to the latest tag, run ` cargo install ` .
60
+ Basically: Clone the repository at the latest tag, run ` cargo install ` .
61
61
62
62
``` bash
63
- git clone https://github.com/rust-lang/rustlings
63
+ # find out the latest version at https://github.com/rust-lang/rustlings/releases/latest (on edit 4.4.0)
64
+ git clone -b 4.4.0 --depth 1 https://github.com/rust-lang/rustlings
64
65
cd rustlings
65
- git checkout tags/4.4.0 # or whatever the latest version is (find out at https://github.com/rust-lang/rustlings/releases/latest)
66
66
cargo install --force --path .
67
67
```
68
68
You can’t perform that action at this time.
0 commit comments