diff options
| author | liv <mokou@fastmail.com> | 2022-08-16 09:37:34 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-16 09:37:34 +0200 |
| commit | 1c3b003c7c5fa89642f64e49adc4b145e6392a44 (patch) | |
| tree | e9f88e04e7f5226e507fee5fa501fbcc0af95c4c /README.md | |
| parent | ce86d252e529385704fe9111e305ac0ec48c2de4 (diff) | |
| parent | 25ab52b8e722df8b18b1e46651b56783d62f76af (diff) | |
Merge branch 'main' into rc-exercise
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 . ``` |
