Clarify/correct command line usage

cargo installs bindgen to the local bin repo and not the current directory.
This commit is contained in:
Rafael Bachmann 2017-02-09 16:33:43 +01:00 committed by GitHub
parent ac4732079f
commit f63ed7cce6

View File

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