Skip to content

Commit

Permalink
Update README with instructions for installing via the CLI (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
fireshaper authored Jun 11, 2024
1 parent 2df2051 commit 0a03361
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ Table of Contents
=================
* [How to install](#how-to-install)
* [How to use the CLI to install](#how-to-use-the-CLI-to-install)
* [How do I build it myself?](#how-do-i-build-it-myself)
* [OpenSUSE Tumbleweed](#opensuse-tumbleweed)
* [Other distributions](#other-distributions)
Expand Down Expand Up @@ -87,6 +88,21 @@ already have those installed. Put them then in the same folder as Sideloader and
run it. (For libimobiledevice and libplist, take a look at libimobiledevice-win32, and for OpenSSL
see [this link](https://slproweb.com/products/Win32OpenSSL.html))
## How to use the CLI to install
1. Go to https://sidestore.io/ on your computer and download the SideStore.ipa file.
2. Download the most recent version of Sideloader from https://github.com/Dadoum/Sideloader/actions.
3. Use the following command to sideload the SideStore.ipa file (if there are errors, try running the command again):
`sideloader install SideStore.ipa -i`
4. Enable Developer Mode on your iPhone if it's not already enabled.
5. Use the following command to generate the pairing file and send it to your phone:
`sideloader tool run 0`
6. Download and install the Wireguard VPN app from the iOS App Store.
7. Visit https://sidestore.io/ on your phone and download the Wireguard Config file, then share it to the Wireguard app.
8. Enable the Wireguard VPN on your phone.
9. Open the SideStore app and sign in with the same Apple ID that you used to install SideStore in step 3.
10. Go to the Apps tab and refresh the SideStore app by tapping on the green day counter or selecting Refresh All. You must do this whenever you install SideStore, otherwise you may encounter errors like SideStore expiring earlier than it should.

## How do I build it myself?

### OpenSUSE Tumbleweed:
Expand Down

0 comments on commit 0a03361

Please sign in to comment.