Skip to content

Commit 0be8058

Browse files
Refactor installation instructions with Tabs component
Updated installation instructions to use Tabs for OS-specific guidance. Signed-off-by: CelloSerenity <[email protected]>
1 parent e970bc0 commit 0be8058

File tree

1 file changed

+19
-12
lines changed

1 file changed

+19
-12
lines changed

docs/installation/prerequisites.mdx

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ description: 'The first steps of installation.'
44
sidebar_position: 1
55
---
66

7+
```mdx-code-block
8+
import Tabs from '@theme/Tabs';
9+
import TabItem from '@theme/TabItem';
10+
```
11+
712
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!
813

914
## Requirements
@@ -29,18 +34,20 @@ This VPN is required to be turned on any time you wish to install, update, or re
2934

3035
Now, follow the instructions corresponding to your computer's OS:
3136

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+
<Tabs groupId="operating-systems">
38+
<TabItem value="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+
<TabItem value="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+
<TabItem value="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).
49+
</TabItem>
50+
</Tabs>
4451

4552
## Next Steps
4653

0 commit comments

Comments
 (0)