From 94d899b568d1a121d16b80f44413ec00ac698766 Mon Sep 17 00:00:00 2001 From: Jackson Coxson Date: Tue, 21 Jan 2025 09:22:31 -0700 Subject: [PATCH] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c8c2a39..0648cc0 100644 --- a/README.md +++ b/README.md @@ -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). @@ -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.