Skip to content

Commit bf5b09b

Browse files
authored
Update linux.mdx
Added Podman option for running altcon Signed-off-by: δDD <[email protected]>
1 parent 91909ff commit bf5b09b

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docs/getting-started/linux.mdx

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,19 @@ 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!
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!
88

9-
1. Run altcon
9+
1. Run altcon with Docker
1010

1111
```bash
1212
docker run --rm -it -e ALTSERVER_ANISETTE_SERVER="https://ani.sidestore.io/" -v ${PWD}/:/mnt/ -v /var/run:/var/run ghcr.io/sidestore/altcon
1313
```
1414

15+
You can also run altcon with Podman, which is available by default on [Universal Blue images](https://universal-blue.org/#images), such as Bazzite
16+
```bash
17+
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
18+
```
19+
1520
Altcon will start to pair with your device, plug it in if you haven't. Press "trust" and enter your passcode.
1621

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

0 commit comments

Comments
 (0)