Skip to content

Commit 6ef0f0f

Browse files
authored
Merge pull request #29 from DDjivan/patch-1
Update linux.mdx
2 parents 91909ff + 7b8e36a commit 6ef0f0f

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

docs/getting-started/linux.mdx

+7-3
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,18 @@ description: Instructions for installing SideStore using Linux
44
sidebar_position: 5
55
---
66

7-
To install SideStore (or any other IPA) on Linux, make sure you have docker installed. Before you start, make sure to setup WireGuard and [prerequisites](prerequisites) are satisfied!
8-
9-
1. Run altcon
7+
To install SideStore (or any other IPA) on Linux, make sure you have Docker installed. Before you start, make sure to setup WireGuard and [prerequisites](prerequisites) are satisfied!
108

9+
1. Run altcon with Docker
1110
```bash
1211
docker run --rm -it -e ALTSERVER_ANISETTE_SERVER="https://ani.sidestore.io/" -v ${PWD}/:/mnt/ -v /var/run:/var/run ghcr.io/sidestore/altcon
1312
```
1413

14+
You can also run altcon with Podman
15+
```bash
16+
podman run --privileged --rm -it -e ALTSERVER_ANISETTE_SERVER="https://ani.sidestore.io/" -v ${PWD}/:/mnt/ -v /var/run:/var/run ghcr.io/sidestore/altcon
17+
```
18+
1519
Altcon will start to pair with your device, plug it in if you haven't. Press "trust" and enter your passcode.
1620

1721
When you finish, then follow the [post-install instructions](post-install).

0 commit comments

Comments
 (0)