summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSaikat Das <saikatdas0790@gmail.com>2022-07-23 15:55:30 +0530
committerGitHub <noreply@github.com>2022-07-23 15:55:30 +0530
commit2356b5c1b6a68cbcafb7643ba900adba4483d38a (patch)
treeb09ac0c875d6c2f9921d22c222f37812c92987c9 /README.md
parentfb7dac75a722c681fa0ec77063fc330d6c3e8b99 (diff)
Fix manual installation with install to the current directory
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f238732..afa55c8 100644
--- a/README.md
+++ b/README.md
@@ -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)