summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormarisa <mokou@posteo.de>2019-11-11 14:02:27 +0100
committermarisa <mokou@posteo.de>2019-11-11 14:02:27 +0100
commita47a62172a5d4c479d242498b9b140b3111fb7c6 (patch)
tree63b6e1cd32038ebc429ecac433fa197895d4a728 /README.md
parentf72e5a8f05568dde04eaeac10b9a69872f21cb37 (diff)
1.5.1
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a8dd729..405586f 100644
--- a/README.md
+++ b/README.md
@@ -48,7 +48,7 @@ Basically: Clone the repository, checkout to the latest tag, run `cargo install`
```bash
git clone https://github.com/rust-lang/rustlings
cd rustlings
-git checkout tags/1.5.0 # or whatever the latest version is (find out at https://github.com/rust-lang/rustlings/releases/latest)
+git checkout tags/1.5.1 # or whatever the latest version is (find out at https://github.com/rust-lang/rustlings/releases/latest)
cargo install --force --path .
```