summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorliv <shadows_withal@fastmail.com>2023-05-17 16:30:22 +0200
committerliv <shadows_withal@fastmail.com>2023-05-17 16:30:22 +0200
commitf452fd7bb0118d8e56848ec9e3f5e6e733be6316 (patch)
treec7524ca18011ae7e431cd649a5a06e47e543982f /README.md
parent9508e9791495f6e6f4c64b330a6cbba37241fafc (diff)
release: 5.5.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index be470fd..92daa33 100644
--- a/README.md
+++ b/README.md
@@ -36,8 +36,8 @@ This will install Rustlings and give you access to the `rustlings` command. Run
Basically: Clone the repository at the latest tag, finally run `nix develop` or `nix-shell`.
```bash
-# find out the latest version at https://github.com/rust-lang/rustlings/releases/latest (on edit 5.4.1)
-git clone -b 5.4.1 --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.5.0)
+git clone -b 5.5.0 --depth 1 https://github.com/rust-lang/rustlings
cd rustlings
# if nix version > 2.3
nix develop
@@ -74,8 +74,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.4.1)
-git clone -b 5.4.1 --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.5.0)
+git clone -b 5.5.0 --depth 1 https://github.com/rust-lang/rustlings
cd rustlings
cargo install --force --path .
```