summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormokou <mokou@posteo.de>2020-07-08 11:35:27 +0200
committermokou <mokou@posteo.de>2020-07-08 11:35:27 +0200
commitf9ccc6a289ca5fed784fd45878b163e633bfdba1 (patch)
tree360a829b75290e8c2a74c53b0e86f021ce5b7b9e /README.md
parentb32a666541202c88a2175f6b69265a8bd1e78e9c (diff)
release: 4.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 6724f05..3e26012 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,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/3.0.0 # or whatever the latest version is (find out at https://github.com/rust-lang/rustlings/releases/latest)
+git checkout tags/4.0.0 # or whatever the latest version is (find out at https://github.com/rust-lang/rustlings/releases/latest)
cargo install --force --path .
```