fix readme.m accordding to github.com/kylelemons/gousb/pull/14#issuecomment-115348193

change `window` and `Window` to `windows` and `Windows`
This commit is contained in:
nodtem66
2015-06-26 23:49:19 +07:00
parent 3138826f8a
commit 57beddde7a
2 changed files with 4 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ Supported platforms include:
- linux - linux
- darwin - darwin
- window - windows
Contributing Contributing
============ ============
@@ -45,7 +45,7 @@ There is also a `usbid` package that will not be installed by default by this co
go get -v github.com/kylelemons/gousb/usb{,id} go get -v github.com/kylelemons/gousb/usb{,id}
Installation on Window Installation on Windows
======================= =======================
Dependencies Dependencies
------------ ------------
@@ -72,7 +72,8 @@ to your `libusb-1.0` installed path before the line:
// #include <libusb-1.0/libusb.h> // #include <libusb-1.0/libusb.h>
This flag will tell the linker the exact path of static library This flag will tell the linker the exact path of static library.
Then install `gousb`:
- Go to `$(GOPATH)/src/github.com/kylelemons/gousb/`. Run: - Go to `$(GOPATH)/src/github.com/kylelemons/gousb/`. Run:

Binary file not shown.