Changes made in the final checks of chapter 14

This commit is contained in:
Carol (Nichols || Goulding) 2018-05-13 13:13:43 -04:00
parent e6ffc37088
commit 432631e1f5
No known key found for this signature in database
GPG Key ID: D04B39A6CA243902
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ information in the *README* file about whether a crate is a library, has a
binary target, or both.
All binaries installed with `cargo install` are stored in the installation
roots *bin* folder. If you installed Rust using *rustup.rs* and dont have any
roots *bin* folder. If you installed Rust using `rustup` and dont have any
custom configurations, this directory will be *$HOME/.cargo/bin*. Ensure that
directory is in your `$PATH` to be able to run programs youve installed with
`cargo install`.