summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormarisa <mokou@posteo.de>2019-11-27 10:46:09 +0100
committermarisa <mokou@posteo.de>2019-11-27 10:46:09 +0100
commit4b79691d5e337e60a9e8eaf7f98f5c046be90755 (patch)
tree4056dd2a7d0b00f8da1798e78950623364dc5f8e /README.md
parent615ce3279800c56d89f19d218ccb7ef576624feb (diff)
2.1.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 ad2ab05..2796a6f 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/2.0.0 # or whatever the latest version is (find out at https://github.com/rust-lang/rustlings/releases/latest)
+git checkout tags/2.1.0 # or whatever the latest version is (find out at https://github.com/rust-lang/rustlings/releases/latest)
cargo install --force --path .
```