diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -57,7 +57,7 @@ First of all attach your device to your machine. | |||
| 57 | 57 | ||
| 58 | Then simply run: | 58 | Then simply run: |
| 59 | ```shell | 59 | ```shell |
| 60 | idevicerestore --list-apps | 60 | ideviceinstaller --list-apps |
| 61 | ``` | 61 | ``` |
| 62 | 62 | ||
| 63 | This will print a list of `<appid>` identifiers (bundle identifiers) for use | 63 | This will print a list of `<appid>` identifiers (bundle identifiers) for use |
| @@ -65,12 +65,12 @@ with other commands (see further below). | |||
| 65 | 65 | ||
| 66 | To install an app from a package file use: | 66 | To install an app from a package file use: |
| 67 | ```shell | 67 | ```shell |
| 68 | idevicerestore --install <file> | 68 | ideviceinstaller --install <file> |
| 69 | ``` | 69 | ``` |
| 70 | 70 | ||
| 71 | To uninstall an app with the `<appid>` from the device use: | 71 | To uninstall an app with the `<appid>` from the device use: |
| 72 | ```shell | 72 | ```shell |
| 73 | idevicerestore --uninstall <appid> | 73 | ideviceinstaller --uninstall <appid> |
| 74 | ``` | 74 | ``` |
| 75 | 75 | ||
| 76 | Please consult the usage information or manual page for a full documentation of | 76 | Please consult the usage information or manual page for a full documentation of |
