README: inform about moving to libusb/hidapi

Updated link to GitHub. Added info about original author and a new repository.
This commit is contained in:
Filip Kubicz 2019-06-13 10:27:32 +02:00 committed by GitHub
parent fdae95dcd7
commit d1ecb1442e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,9 @@
# HIDAPI library for Windows, Linux, FreeBSD and Mac OS X
HIDAPI library was originally developed by Alan Ott ([signal11](https://github.com/signal11)).
HIDAPI was moved to [libusb/hidapi](https://github.com/libusb/hidapi) on June 4th, 2019, in order to merge important bugfixes and continue development of the library.
## About
HIDAPI is a multi-platform library which allows an application to interface
@ -120,7 +124,7 @@ HIDAPI may be used by one of three licenses as outlined in LICENSE.txt.
## Download
HIDAPI can be downloaded from github
```sh
git clone git://github.com/signal11/hidapi.git
git clone git://github.com/libusb/hidapi.git
```
## Build Instructions