mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-10 19:16:51 +00:00
Fix typo in path: ~/cargo/bin → ~/.cargo/bin
This commit is contained in:
parent
664bf3eae7
commit
7c5efd7437
@ -46,7 +46,7 @@ To install from source, first checkout to the tag or branch you want to install,
|
||||
```
|
||||
cargo install --path .
|
||||
```
|
||||
This will install `rustfmt` in your `~/.cargo/bin`. Make sure to add `~/cargo/bin` directory to
|
||||
This will install `rustfmt` in your `~/.cargo/bin`. Make sure to add `~/.cargo/bin` directory to
|
||||
your PATH variable.
|
||||
|
||||
## Running
|
||||
|
Loading…
Reference in New Issue
Block a user