diff options
| author | ana <ana@ana.st> | 2021-09-25 11:23:05 +0200 |
|---|---|---|
| committer | ana <ana@ana.st> | 2021-09-25 11:23:05 +0200 |
| commit | d57c1830280b2dbc1b9fe2ac3f48b51add591412 (patch) | |
| tree | 633635a9db84d5567f8d42e9b66d1d9c6918363f /README.md | |
| parent | c2ed98deb3ee721bc35c7904271675ed1c49dc89 (diff) | |
release: 4.6.0
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -60,8 +60,8 @@ When you get a permission denied message then you have to exclude the directory Basically: Clone the repository at the latest tag, run `cargo install`. ```bash -# find out the latest version at https://github.com/rust-lang/rustlings/releases/latest (on edit 4.5.0) -git clone -b 4.5.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 4.6.0) +git clone -b 4.6.0 --depth 1 https://github.com/rust-lang/rustlings cd rustlings cargo install --force --path . ``` |
