You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/installation/prerequisites.mdx
+19-12Lines changed: 19 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,11 @@ description: 'The first steps of installation.'
4
4
sidebar_position: 1
5
5
---
6
6
7
+
```mdx-code-block
8
+
import Tabs from '@theme/Tabs';
9
+
import TabItem from '@theme/TabItem';
10
+
```
11
+
7
12
SideStore's installation process may seem tricky, but with the ***one-time*** use of a computer and some time, you'll have SideStore on your device!
8
13
9
14
## Requirements
@@ -29,18 +34,20 @@ This VPN is required to be turned on any time you wish to install, update, or re
29
34
30
35
Now, follow the instructions corresponding to your computer's OS:
31
36
32
-
### On your Mac
33
-
1. Download and install iloader for [Mac](https://github.com/nab138/iloader/releases/latest/download/iloader-darwin-universal.dmg).
34
-
35
-
### On your Windows PC
36
-
1. Download and install [iTunes](https://apple.co/ms).
37
-
2. Download the iloader installer ([.exe](https://github.com/nab138/iloader/releases/latest/download/iloader-windows-x64.exe) or [.msi](https://github.com/nab138/iloader/releases/latest/download/iloader-windows-x64.msi)). (Note: The iloader installer .exe is currently flagged as a virus/trojan, we are positive it's not and are looking into it, but in the meantime we recommend you download the .msi).
38
-
3. Run the installer.
39
-
40
-
### On your Linux Machine
41
-
1. Download and install `usbmuxd` (may be preinstalled for your distro, otherwise install with your package manager).
42
-
2. Download and install iloader for your distro ([.deb](https://github.com/nab138/iloader/releases/latest/download/iloader-linux-amd64.deb) for Debian/Ubuntu, [.rpm](https://github.com/nab138/iloader/releases/latest/download/iloader-linux-x86_64.rpm) for Fedora/openSUSE, [.AppImage](https://github.com/nab138/iloader/releases/latest/download/iloader-linux-amd64.AppImage) for other).
43
-
37
+
<TabsgroupId="operating-systems">
38
+
<TabItemvalue="mac"label="macOS">
39
+
1. Download and install iloader for [Mac](https://github.com/nab138/iloader/releases/latest/download/iloader-darwin-universal.dmg).
40
+
</TabItem>
41
+
<TabItemvalue="win"label="Windows">
42
+
1. Download and install [iTunes](https://apple.co/ms).
43
+
2. Download the iloader installer ([.exe](https://github.com/nab138/iloader/releases/latest/download/iloader-windows-x64.exe) or [.msi](https://github.com/nab138/iloader/releases/latest/download/iloader-windows-x64.msi)). (Note: The iloader installer .exe is currently flagged as a virus/trojan, we are positive it's not and are looking into it, but in the meantime we recommend you download the .msi).
44
+
3. Run the installer.
45
+
</TabItem>
46
+
<TabItemvalue="linux"label="Linux">
47
+
1. Download and install `usbmuxd` (may be preinstalled for your distro, otherwise install with your package manager).
48
+
2. Download and install iloader for your distro ([.deb](https://github.com/nab138/iloader/releases/latest/download/iloader-linux-amd64.deb) for Debian/Ubuntu, [.rpm](https://github.com/nab138/iloader/releases/latest/download/iloader-linux-x86_64.rpm) for Fedora/openSUSE, [.AppImage](https://github.com/nab138/iloader/releases/latest/download/iloader-linux-amd64.AppImage) for other).
0 commit comments