diff options
| author | Saikat Das <saikatdas0790@gmail.com> | 2022-07-23 15:55:30 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-23 15:55:30 +0530 |
| commit | 2356b5c1b6a68cbcafb7643ba900adba4483d38a (patch) | |
| tree | b09ac0c875d6c2f9921d22c222f37812c92987c9 /README.md | |
| parent | fb7dac75a722c681fa0ec77063fc330d6c3e8b99 (diff) | |
Fix manual installation with install to the current directory
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
