diff options
| author | mokou <mokou@fastmail.com> | 2022-09-06 12:22:17 +0200 |
|---|---|---|
| committer | mokou <mokou@fastmail.com> | 2022-09-06 12:22:17 +0200 |
| commit | c923e7af73a91970d2e63e03babbca9cc0817551 (patch) | |
| tree | a8fe941327f034862a68986482506f43751c9ff4 /README.md | |
| parent | c838d446add69fa7957acc8a51423f1584e35009 (diff) | |
chore: release 5.2.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.1) -git clone -b 5.1.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.2.1) +git clone -b 5.2.1 --depth 1 https://github.com/rust-lang/rustlings cd rustlings cargo install --force --path . ``` |
