diff options
| author | mokou <mokou@fastmail.com> | 2022-08-17 10:43:50 +0200 |
|---|---|---|
| committer | mokou <mokou@fastmail.com> | 2022-08-17 10:43:50 +0200 |
| commit | d0c7b06eff3e8959b261145e10f1aaa57ba1e4c3 (patch) | |
| tree | e545e320aceed170fdd7ad3e8dcde92d79afe07d /README.md | |
| parent | 5f9dd129eac405f1302dd2a5dd39786e0a411fe0 (diff) | |
chore: release 5.1.1
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 . ``` |
