summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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++