Skip to content

Commit

Permalink
Merge pull request #10 from GavinL2001/main
Browse files Browse the repository at this point in the history
Add AltStore installation instructions.
  • Loading branch information
dreth authored Sep 8, 2024
2 parents b6b04dd + ba12d0f commit c665259
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,16 @@ sudo docker run -d \
altserver-docker
```

## Install AltStore on iOS Device

You can 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
```

NOTE: Only tested with Docker running on Linux. YMMV when running Docker on other operating systems.

## Logs

Logs will be stored in the directory where the container is ran inside `./logs`
Expand Down

0 comments on commit c665259

Please sign in to comment.