We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a5f2dda + 6b91196 commit 18d9078Copy full SHA for 18d9078
README.md
@@ -103,7 +103,9 @@ sudo docker run -d \
103
104
## Install AltStore on iOS Device
105
106
-You can run this command to install AltStore to your device:
+1. Make sure you have your Device UDID (can be found using [this guide](https://discussions.apple.com/thread/250783627)).
107
+
108
+2. Run this command to install AltStore to your device:
109
110
```shell
111
docker exec -it altserver /altserver/bin/AltServer -u "<UDID>" -a "<Apple ID>" -p "<Password>" /altserver/bin/AltStore.ipa
0 commit comments