Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jkcoxson authored Jan 21, 2025
1 parent ff68172 commit 94d899b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
A replacement/addition to usbmuxd which is a reimplementation of Apple's usbmuxd on MacOS

# Building
Make sure both [rusty_libimobiledevice](https://github.com/jkcoxson/rusty_libimobiledevice) and [plist_plus](https://github.com/jkcoxson/plist_plus) are buildable. Instructions are in their respective readme's.

Run ``cargo build`` to generate binaries. It is located at ``target/debug/netmuxd``
Run ``cargo build --release`` to generate binaries. They will be generated at ``target/release/netmuxd``

# Usage
You need to pair your device beforehand using another muxer like [usbmuxd](https://github.com/libimobiledevice/usbmuxd).
Expand All @@ -30,6 +29,5 @@ The best way to set this up for that use case is as follows:

## License

Due to the licensing of libimobiledevice (which this program depends on),
this code is licensed under the LGPL 2.1 license. You may use netmuxd's
This code is licensed under the LGPL 2.1 license. You may use netmuxd's
code how you will, but binaries must be distributed under and with that license.

0 comments on commit 94d899b

Please sign in to comment.