summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorana <ana@ana.st>2021-09-25 11:23:05 +0200
committerana <ana@ana.st>2021-09-25 11:23:05 +0200
commitd57c1830280b2dbc1b9fe2ac3f48b51add591412 (patch)
tree633635a9db84d5567f8d42e9b66d1d9c6918363f /README.md
parentc2ed98deb3ee721bc35c7904271675ed1c49dc89 (diff)
release: 4.6.0
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 ac1d84d..18e0b73 100644
--- a/README.md
+++ b/README.md
@@ -60,8 +60,8 @@ When you get a permission denied message then you have to exclude the directory
Basically: Clone the repository at the latest tag, run `cargo install`.
```bash
-# find out the latest version at https://github.com/rust-lang/rustlings/releases/latest (on edit 4.5.0)
-git clone -b 4.5.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 4.6.0)
+git clone -b 4.6.0 --depth 1 https://github.com/rust-lang/rustlings
cd rustlings
cargo install --force --path .
```