Skip to content

Commit

Permalink
Merge pull request rust-lang#1099 from saikatdas0790/patch-1
Browse files Browse the repository at this point in the history
Fix manual installation with install to the current directory
  • Loading branch information
shadows-withal authored Jul 23, 2022
2 parents 5cb40b2 + 2356b5c commit cbca27d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit cbca27d

Please sign in to comment.