Skip to content

Commit cbca27d

Browse files
authored
Merge pull request #1099 from saikatdas0790/patch-1
Fix manual installation with install to the current directory
2 parents 5cb40b2 + 2356b5c commit cbca27d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ If you get a permission denied message, you might have to exclude the directory
5454

5555
## Manually
5656

57-
Basically: Clone the repository at the latest tag, run `cargo install`.
57+
Basically: Clone the repository at the latest tag, run `cargo install --path .`.
5858

5959
```bash
6060
# find out the latest version at https://github.com/rust-lang/rustlings/releases/latest (on edit 5.0.0)

0 commit comments

Comments
 (0)