Fix typo in path: ~/cargo/bin → ~/.cargo/bin

This commit is contained in:
Dato Simó 2016-06-15 00:48:58 -03:00 committed by GitHub
parent 664bf3eae7
commit 7c5efd7437

View File

@ -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