summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikolai Kondrashov <Nikolai.Kondrashov@redhat.com>2014-07-12 21:08:01 +0300
committerNikolai Kondrashov <Nikolai.Kondrashov@redhat.com>2014-07-12 21:08:01 +0300
commitd30e7f5a868fbbe974e3d86eeffbabb13402589b (patch)
treeb6e895796d5bd2abcc766b530d46dad63b8f033a
parentcc74aae8d020e0ddd069dbb107900cec54e56cd5 (diff)
downloadusbhid-dump-d30e7f5a868fbbe974e3d86eeffbabb13402589b.tar.gz
Mention bootstrap in installation instructions
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 05a0b9a..59ec2f2 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ Usbhid-dump is a USB HID dumping utility based on libusb 1.0. It dumps USB HID d
Installation
------------
-Run `./configure && make` to build and `make install` to install. Usbhid-dump can also be run directly from the source directory as `src/usbhid-dump`, without installation.
+Run `./configure && make` to build and `make install` to install. If building from a Git tree, run `./bootstrap` first. Usbhid-dump can also be run directly from the source directory as `src/usbhid-dump`, without installation.
Usage
-----