From 4bdb4e6a1ebbfd90b59f09af991d3417264ed8f8 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Thu, 30 Jul 2020 11:42:08 +0200 Subject: Fix wrong binary name in README.md usage examples due to bad copy/paste Thanks to @Minion3665 for noticing it. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 45558b4..6463abf 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ First of all attach your device to your machine. Then simply run: ```shell -idevicerestore --list-apps +ideviceinstaller --list-apps ``` This will print a list of `` identifiers (bundle identifiers) for use @@ -65,12 +65,12 @@ with other commands (see further below). To install an app from a package file use: ```shell -idevicerestore --install +ideviceinstaller --install ``` To uninstall an app with the `` from the device use: ```shell -idevicerestore --uninstall +ideviceinstaller --uninstall ``` Please consult the usage information or manual page for a full documentation of -- cgit v1.1-32-gdbae