Skip to content

Commit 4808b5b

Browse files
author
marisa
authored
Update README to show latest version, for those who copy/paste (#221)
Update README to show latest version, for those who copy/paste
2 parents cece12e + f3da679 commit 4808b5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Basically: Clone the repository, checkout to the latest tag, run `cargo install`
4848
```bash
4949
git clone https://github.com/rust-lang/rustlings
5050
cd rustlings
51-
git checkout tags/1.0.0 # or whatever the latest version is (find out at https://github.com/rust-lang/rustlings/releases/latest)
51+
git checkout tags/1.4.1 # or whatever the latest version is (find out at https://github.com/rust-lang/rustlings/releases/latest)
5252
cargo install --force --path .
5353
```
5454

0 commit comments

Comments
 (0)