summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2020-07-30 11:42:08 +0200
committerGravatar Martin Szulecki2020-07-30 11:42:08 +0200
commit4bdb4e6a1ebbfd90b59f09af991d3417264ed8f8 (patch)
treed182a06d81b8e069c29ec30ca66dd05b786698dc /README.md
parent14b0bfa9161407bc15d2065bcc91e6ed248c91ca (diff)
downloadideviceinstaller-4bdb4e6a1ebbfd90b59f09af991d3417264ed8f8.tar.gz
ideviceinstaller-4bdb4e6a1ebbfd90b59f09af991d3417264ed8f8.tar.bz2
Fix wrong binary name in README.md usage examples due to bad copy/paste
Thanks to @Minion3665 for noticing it.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files 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.
57 57
58Then simply run: 58Then simply run:
59```shell 59```shell
60idevicerestore --list-apps 60ideviceinstaller --list-apps
61``` 61```
62 62
63This will print a list of `<appid>` identifiers (bundle identifiers) for use 63This will print a list of `<appid>` identifiers (bundle identifiers) for use
@@ -65,12 +65,12 @@ with other commands (see further below).
65 65
66To install an app from a package file use: 66To install an app from a package file use:
67```shell 67```shell
68idevicerestore --install <file> 68ideviceinstaller --install <file>
69``` 69```
70 70
71To uninstall an app with the `<appid>` from the device use: 71To uninstall an app with the `<appid>` from the device use:
72```shell 72```shell
73idevicerestore --uninstall <appid> 73ideviceinstaller --uninstall <appid>
74``` 74```
75 75
76Please consult the usage information or manual page for a full documentation of 76Please consult the usage information or manual page for a full documentation of