From fc006aa31f6418de8a5fdf05ba8012b3ed7067ed Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Sat, 13 Jun 2020 03:15:24 +0200 Subject: Update README.md to fix minor typos and dependencies for installation --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 33d1a4b..37311ed 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.1-32-gdbae