summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Bachmann <mediumendian@gmail.com>2017-02-09 16:33:43 +0100
committerGitHub <noreply@github.com>2017-02-09 16:33:43 +0100
commitf63ed7cce6b0932c0e3749ba1c6a68f9d107e66a (patch)
tree499231d9c9100ef63d171a3b908e383df53b0c5e
parentac4732079f5a15b028e4d9d15fe51574e9b4536e (diff)
Clarify/correct command line usage
cargo installs bindgen to the local bin repo and not the current directory.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f0104fc9..f1a85cec 100644
--- a/README.md
+++ b/README.md
@@ -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++