Skip to content

Commit d2179d3

Browse files
committed
doc: update manual checkout version
1 parent 9ec35d8 commit d2179d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ When you get a permission denied message then you have to exclude the directory
5757
Basically: Clone the repository at the latest tag, run `cargo install`.
5858

5959
```bash
60-
# find out the latest version at https://github.com/rust-lang/rustlings/releases/latest (on edit 4.6.0)
61-
git clone -b 4.6.0 --depth 1 https://github.com/rust-lang/rustlings
60+
# find out the latest version at https://github.com/rust-lang/rustlings/releases/latest (on edit 4.7.1)
61+
git clone -b 4.7.1 --depth 1 https://github.com/rust-lang/rustlings
6262
cd rustlings
6363
cargo install --force --path .
6464
```

0 commit comments

Comments
 (0)