Fix typo in path: ~/cargo/bin → ~/.cargo/bin
This commit is contained in:
parent
664bf3eae7
commit
7c5efd7437
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue