Fix get command urls

This commit is contained in:
Pieter Joost van de Sande
2013-01-06 12:41:20 +01:00
parent 6844d749d9
commit c78a929b29

View File

@@ -29,11 +29,11 @@ If you installed the lsusb example, both libraries below are already installed.
Installing the primary gousb package is really easy:
go get -v github.com/kylelemons.net/gousb/usb
go get -v github.com/kylelemons/gousb/usb
There is also a `usbid` package that will not be installed by default by this command, but which provides useful information including the human-readable vendor and product codes for detected hardware. It's not installed by default and not linked into the `usb` package by default because it adds ~400kb to the resulting binary. If you want both, they can be installed thus:
go get -v github.com/kylelemons.net/gousb/usb{,id}
go get -v github.com/kylelemons/gousb/usb{,id}
Documentation
=============