diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2017-02-09 07:40:45 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-09 07:40:45 -0800 |
commit | d035de55d82d1f93efe5255bdc8cce356941ec93 (patch) | |
tree | 499231d9c9100ef63d171a3b908e383df53b0c5e | |
parent | ac4732079f5a15b028e4d9d15fe51574e9b4536e (diff) | |
parent | f63ed7cce6b0932c0e3749ba1c6a68f9d107e66a (diff) |
Auto merge of #500 - medium-endian:patch-1, r=emilio
Clarify/correct command line usage
cargo installs bindgen to the local bin repo and not the current directory.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -151,7 +151,7 @@ include!(concat!(env!("OUT_DIR"), "/example.rs")); $ cargo install bindgen ``` -There are a few options documented when running `./bindgen --help`. +There are a few options documented when running `bindgen --help`. Bindgen is installed to `~/.cargo/bin`. You have to add that directory to your path to use `bindgen`. ### C++ |