diff options
author | Rafael Bachmann <mediumendian@gmail.com> | 2017-02-09 16:33:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-09 16:33:43 +0100 |
commit | f63ed7cce6b0932c0e3749ba1c6a68f9d107e66a (patch) | |
tree | 499231d9c9100ef63d171a3b908e383df53b0c5e /README.md | |
parent | ac4732079f5a15b028e4d9d15fe51574e9b4536e (diff) |
Clarify/correct command line usage
cargo installs bindgen to the local bin repo and not the current directory.
Diffstat (limited to 'README.md')
-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++ |