1
0
Fork 0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-05-26 05:46:07 +02:00

Fix manual installation with install to the current directory

This commit is contained in:
Saikat Das 2022-07-23 15:55:30 +05:30 committed by GitHub
parent fb7dac75a7
commit 2356b5c1b6
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,7 @@ 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 5.0.0)