summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-05-15 16:10:00 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-05-15 16:10:00 +0200
commitff41612557c5c2eb9641c7a293837e6c15953d04 (patch)
treeb422897c64447241ec67f6177263fb50fb993202 /README.md
parentc232e2787486c2d3d04366b7a1d2568c90973f68 (diff)
downloadusbutils-ff41612557c5c2eb9641c7a293837e6c15953d04.tar.gz
README.md: fix fomatting
Didn't get the formatting correct, hopefully got it right this time... Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'README.md')
-rw-r--r--README.md31
1 files changed, 20 insertions, 11 deletions
diff --git a/README.md b/README.md
index 2d69412..d933fa5 100644
--- a/README.md
+++ b/README.md
@@ -14,20 +14,29 @@ a USB device (i.e. a device you plug into a USB host.)
Note, usbutils depends on libusb, be sure that library is properly
installed first.
-To work with the "raw" repo, after cloneing it just do:
+To work with the "raw" repo, after cloning it just do:
+
./autogen.sh
-or if you like doing things "by hand" you can try the following:
+Or if you like doing things "by hand" you can try the following:
+
+Get the usbhid-dump git submodule:
+
+ git submodule init
+ git submodule update
+
+Initialize autobuild with:
+
+ autoreconf --install --symlink
+
+Configure the project with:
+
+ ./configure
- get the usbhid-dump git submodule:
- git submodule init
- git submodule update
+Build everything with:
- initialize autobuild with:
- autoreconf --install --symlink
+ make
- configure with:
- ./configure
+Install it, if you really want to, with:
- build with:
- make
+ make install