Skip to content

Commit dc99425

Browse files
Fix a link class, clarify setting up multiple devices (#81)
* Update versions, links, labels Signed-off-by: CelloSerenity <[email protected]>
1 parent ec8f3a9 commit dc99425

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -463,8 +463,8 @@
463463
class="glink">Latest macOS Release</a>
464464
</li>
465465
<li>
466-
<a href="https://cdn.altstore.io/file/altstore/altinstaller.zip">Latest
467-
Windows Release</a>
466+
<a href="https://cdn.altstore.io/file/altstore/altinstaller.zip"
467+
class="glink">Latest Windows Release</a>
468468
</li>
469469
</ul>
470470
<div class="flex flex-col mt-2 text-sm sm:text-[0.9rem] text-zinc-400/90 ">

src/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ let setupStepContents = [
7777
`On your device, download the StosVPN app.<a class="btn-fill" target="_blank" href="https://apps.apple.com/us/app/stosvpn/id6744003051">Download StosVPN</a>Then, enable the StosVPN VPN. You'll have to enable this VPN whenever you wish to use SideStore to install, update, or refresh apps. StosVPN does not connect to an external server, but rather allows your device to communicate with itself.<br><br>If left enabled, SideStore will attempt to refresh your sideloaded apps in the background when necessary.`,
7878
//finishing up
7979
() =>
80-
`Now to finish the process: <ul class="list-disc list-inside"><li>Open SideStore and sign in with the same Apple ID you used to install SideStore.</li><li>Go to the Apps tab and refresh the SideStore app by tapping on the green "X days" counter next to SideStore. You <b>must</b> do this whenever you install SideStore using AltServer. This also means if you install SideStore on another device with AltServer under the same Apple ID, you must manually refresh on both devices. Not doing this may cause errors, including SideStore expiring earlier than it should.</li></ul>
80+
`Now to finish the process: <ul class="list-disc list-inside"><li>Open SideStore and sign in with the same Apple ID you used to install SideStore.</li><li>Go to the Apps tab and refresh the SideStore app by tapping on the green "X days" counter next to SideStore. You <b>must</b> do this whenever you install SideStore using AltServer. Not doing this may cause errors, including SideStore expiring earlier than it should. To install SideStore on another device using the same Apple ID, you must follow <a class="glink" target="_blank" href="https://github.com/SideStore/SideStore/pull/1008#issue-3138680291">these instructions</a>.</li></ul>
8181
<br> Now you're all set! You can use the sources menu to add installable apps to the browse tab or directly sideload any <code>.ipa</code> files on your device with the + icon in the Apps tab.
82-
<br>Note that if you ever let an app expire you won't be able to access it until you refresh it again. To refresh SideStore, simply follow the steps you followed to install it. (Do <b>not</b> uninstall the SideStore app while doing this.) AltServer will refresh Sidestore and it will continue to function. For any other app, just refresh it normally, and it will work again.
82+
<br>Note that if you ever let an app expire you won't be able to access it until you refresh it again. To refresh SideStore in this case, simply follow the steps you followed to install it. (Do <b>not</b> uninstall the SideStore app while doing this.) AltServer will refresh SideStore and it will continue to function as before. For any other app, just refresh it normally, and it will work again.
8383
<br>If you run into any issues and would like some help, feel free to ask in our <a class="glink" target="_blank" href="https://discord.gg/RgpFBX3Q3k">Discord server.</a>`,
8484
];
8585

0 commit comments

Comments
 (0)