diff --git a/README.md b/README.md index 1a6a0d3..384b3c2 100644 --- a/README.md +++ b/README.md @@ -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 "" -a "" -p "" /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`