summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorliv <mokou@fastmail.com>2022-08-16 09:37:34 +0200
committerGitHub <noreply@github.com>2022-08-16 09:37:34 +0200
commit1c3b003c7c5fa89642f64e49adc4b145e6392a44 (patch)
treee9f88e04e7f5226e507fee5fa501fbcc0af95c4c /README.md
parentce86d252e529385704fe9111e305ac0ec48c2de4 (diff)
parent25ab52b8e722df8b18b1e46651b56783d62f76af (diff)
Merge branch 'main' into rc-exercise
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 103aec8..afa55c8 100644
--- a/README.md
+++ b/README.md
@@ -54,11 +54,11 @@ If you get a permission denied message, you might have to exclude the directory
## Manually
-Basically: Clone the repository at the latest tag, run `cargo install`.
+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 4.7.1)
-git clone -b 4.7.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.0.0)
+git clone -b 5.0.0 --depth 1 https://github.com/rust-lang/rustlings
cd rustlings
cargo install --force --path .
```