diff options
author | Martin Szulecki | 2020-06-13 03:15:24 +0200 |
---|---|---|
committer | Martin Szulecki | 2020-06-13 03:15:24 +0200 |
commit | fc006aa31f6418de8a5fdf05ba8012b3ed7067ed (patch) | |
tree | a4b3b882c04a4470e6f6e97309e3a829575a17e5 | |
parent | 3231e16df9e2622df403f53cc7b35ecd2c21380c (diff) | |
download | libusbmuxd-fc006aa31f6418de8a5fdf05ba8012b3ed7067ed.tar.gz libusbmuxd-fc006aa31f6418de8a5fdf05ba8012b3ed7067ed.tar.bz2 |
Update README.md to fix minor typos and dependencies for installation
-rw-r--r-- | README.md | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -1,6 +1,6 @@ # libusbmuxd -*A client library for applications to handle usbmux protocol connections with iOS devices* +*A client library for applications to handle usbmux protocol connections with iOS devices.* ## Features @@ -19,6 +19,8 @@ The [libimobiledevice project](https://github.com/libimobiledevice/) provides an the [usbmuxd daemon](https://github.com/libimobiledevice/usbmuxd.git/) to use on Linux or as an alternative to communicate with iOS devices without the need to install iTunes. +Some key features are: + - **Protocol:** Provides an interface to handle the usbmux protocol - **Port Proxy:** Provides the `iproxy` utility to proxy ports to the device - **Netcat:** Provides the `inetcat` utility to expose a raw connection to the device @@ -41,7 +43,8 @@ sudo apt-get install \ autoconf \ automake \ libtool-bin \ - libplist-dev + libplist-dev \ + usbmuxd ``` Then clone the actual project repository: @@ -128,7 +131,7 @@ that use the libusbmuxd library. This library is licensed under the [GNU Lesser General Public License v2.1](https://www.gnu.org/licenses/lgpl-2.1.en.html), also included in the repository in the `COPYING` file. -This utilities `iproxy` and `inetcat` are licensed under the [GNU General Public License v2.0](https://www.gnu.org/licenses/gpl-2.0.en.html). +The utilities `iproxy` and `inetcat` are licensed under the [GNU General Public License v2.0](https://www.gnu.org/licenses/gpl-2.0.en.html). ## Credits |