Skip to content

Commit

Permalink
Merge pull request #15 from GavinL2001/main
Browse files Browse the repository at this point in the history
Add bullet point about UDID
  • Loading branch information
dreth authored Sep 26, 2024
2 parents a5f2dda + 6b91196 commit 18d9078
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,9 @@ sudo docker run -d \

## Install AltStore on iOS Device

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)).

2. Run this command to install AltStore to your device:

```shell
docker exec -it altserver /altserver/bin/AltServer -u "<UDID>" -a "<Apple ID>" -p "<Password>" /altserver/bin/AltStore.ipa
Expand Down

0 comments on commit 18d9078

Please sign in to comment.