summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index 53d9cf5..8249358 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,8 @@
*A socket daemon to multiplex connections from and to iOS devices.*
+![build](https://github.com/libimobiledevice/usbmuxd/actions/workflows/build.yml/badge.svg)
+
## Features
usbmuxd stands for "USB multiplexing daemon". This daemon is in charge of
@@ -37,6 +39,7 @@ First install all required dependencies and build tools:
```shell
sudo apt-get install \
build-essential \
+ pkg-config \
checkinstall \
git \
autoconf \
@@ -45,6 +48,7 @@ sudo apt-get install \
libplist-dev \
libusbmuxd-dev \
libimobiledevice-dev \
+ libimobiledevice-glue-dev \
libusb-1.0-0-dev \
udev
```
@@ -122,7 +126,7 @@ ticket first to discuss the idea upfront to ensure less effort for everyone.
Please make sure your contribution adheres to:
* Try to follow the code style of the project
-* Commit messages should describe the change well without being to short
+* Commit messages should describe the change well without being too short
* Try to split larger changes into individual commits of a common domain
* Use your real name and a valid email address for your commits
@@ -152,4 +156,4 @@ iPadOS, tvOS, watchOS, and macOS are trademarks of Apple Inc.
usbmuxd is an independent software application and has not been
authorized, sponsored, or otherwise approved by Apple Inc.
-README Updated on: 2020-06-13
+README Updated on: 2022-04-04