summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormarisa <mokou@posteo.de>2019-11-12 12:20:16 +0100
committermarisa <mokou@posteo.de>2019-11-12 12:24:30 +0100
commiteac07df96c4b6102c6eff5790e8ae6febae562da (patch)
treef1b07e381c68ac0fe1d2296408e7b9d3e4ccf4ea /README.md
parent8c1376df0799bea43d715b4a0d6e3ec7b783172e (diff)
2.0.0
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 1b759b1..ad2ab05 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.1 # or whatever the latest version is (find out at https://github.com/rust-lang/rustlings/releases/latest)
+git checkout tags/2.0.0 # or whatever the latest version is (find out at https://github.com/rust-lang/rustlings/releases/latest)
cargo install --force --path .
```