diff --git a/README.md b/README.md index 200642e..2f0c201 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Supported platforms include: - linux - darwin -- window +- windows 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} -Installation on Window +Installation on Windows ======================= Dependencies ------------ @@ -72,7 +72,8 @@ to your `libusb-1.0` installed path before the line: // #include -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: diff --git a/rawread/rawread b/rawread/rawread deleted file mode 100755 index 4639c44..0000000 Binary files a/rawread/rawread and /dev/null differ