Skip to content

Commit 95a2606

Browse files
Exchange README.md and README
Make README the real file and README.md the symbolic link to fix an installation issue with npm packaging tool. Fixes libusb#772 " README file not included with npm packaging tools libusb#772 " Signed-off-by: Ludovic Rousseau <[email protected]>
1 parent 0abebc5 commit 95a2606

File tree

3 files changed

+34
-34
lines changed

3 files changed

+34
-34
lines changed

README

-1
This file was deleted.

README

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# libusb
2+
3+
[![Build Status](https://travis-ci.org/libusb/libusb.svg?branch=master)](https://travis-ci.org/libusb/libusb)
4+
[![Build Status](https://ci.appveyor.com/api/projects/status/xvrfam94jii4a6lw?svg=true)](https://ci.appveyor.com/project/LudovicRousseau/libusb)
5+
[![Coverity Scan Build Status](https://scan.coverity.com/projects/2180/badge.svg)](https://scan.coverity.com/projects/libusb-libusb)
6+
7+
libusb is a library for USB device access from Linux, macOS,
8+
Windows, OpenBSD/NetBSD, Haiku and Solaris userspace.
9+
It is written in C (Haiku backend in C++) and licensed under the GNU
10+
Lesser General Public License version 2.1 or, at your option, any later
11+
version (see [COPYING](COPYING)).
12+
13+
libusb is abstracted internally in such a way that it can hopefully
14+
be ported to other operating systems. Please see the [PORTING](PORTING)
15+
file for more information.
16+
17+
libusb homepage:
18+
http://libusb.info/
19+
20+
Developers will wish to consult the API documentation:
21+
http://api.libusb.info
22+
23+
Use the mailing list for questions, comments, etc:
24+
http://mailing-list.libusb.info
25+
26+
- Hans de Goede <[email protected]>
27+
- Xiaofan Chen <[email protected]>
28+
- Ludovic Rousseau <[email protected]>
29+
- Nathan Hjelm <[email protected]>
30+
- Chris Dickens <[email protected]>
31+
32+
(Please use the mailing list rather than mailing developers directly)

README.md

-32
This file was deleted.

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
README

libusb/version_nano.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#define LIBUSB_NANO 11548
1+
#define LIBUSB_NANO 11549

0 commit comments

Comments
 (0)