summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormokou <mokou@fastmail.com>2022-08-17 10:43:50 +0200
committermokou <mokou@fastmail.com>2022-08-17 10:43:50 +0200
commitd0c7b06eff3e8959b261145e10f1aaa57ba1e4c3 (patch)
treee545e320aceed170fdd7ad3e8dcde92d79afe07d /README.md
parent5f9dd129eac405f1302dd2a5dd39786e0a411fe0 (diff)
chore: release 5.1.1
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index f7ed07c..2392ba9 100644
--- a/README.md
+++ b/README.md
@@ -57,8 +57,8 @@ If you get a permission denied message, you might have to exclude the directory
Basically: Clone the repository at the latest tag, run `cargo install --path .`.
```bash
-# find out the latest version at https://github.com/rust-lang/rustlings/releases/latest (on edit 5.1.0)
-git clone -b 5.1.0 --depth 1 https://github.com/rust-lang/rustlings
+# find out the latest version at https://github.com/rust-lang/rustlings/releases/latest (on edit 5.1.1)
+git clone -b 5.1.1 --depth 1 https://github.com/rust-lang/rustlings
cd rustlings
cargo install --force --path .
```