From 2dc560e6bea3d29e5bb5cc20c71dac201dc7541f Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Sat, 25 May 2019 03:27:38 -0600 Subject: [PATCH] readme: fix markdown link (#67) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ded0943..289b27a 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Installation Dependencies ------------ -You must first install [libusb-1.0]https://github.com/libusb/libusb/wiki). This is pretty straightforward on linux and darwin. The cgo package should be able to find it if you install it in the default manner or use your distribution's package manager. How to tell cgo how to find one installed in a non-default place is beyond the scope of this README. +You must first install [libusb-1.0](https://github.com/libusb/libusb/wiki). This is pretty straightforward on linux and darwin. The cgo package should be able to find it if you install it in the default manner or use your distribution's package manager. How to tell cgo how to find one installed in a non-default place is beyond the scope of this README. *Note*: If you are installing this on darwin, you will probably need to run `fixlibusb_darwin.sh /usr/local/lib/libusb-1.0/libusb.h` because of an LLVM incompatibility. It shouldn't break C programs, though I haven't tried it in anger.