summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormokou <mokou@posteo.de>2020-04-12 00:00:38 +0200
committermokou <mokou@posteo.de>2020-04-12 00:01:08 +0200
commit2ff3f7ae13491cde7f68336fa746d2f07b5a9056 (patch)
treea4ade6e8ac962529001d92f13e4beddfd2dfa0bb /README.md
parent2b80f6ed41c9086a197e5087fecab341e3680e34 (diff)
3.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 9dd3b2b..8884006 100644
--- a/README.md
+++ b/README.md
@@ -54,7 +54,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.2.1 # or whatever the latest version is (find out at https://github.com/rust-lang/rustlings/releases/latest)
+git checkout tags/3.0.0 # or whatever the latest version is (find out at https://github.com/rust-lang/rustlings/releases/latest)
cargo install --force --path .
```