Skip to content

Commit 22e65b2

Browse files
Update Altcon instructions (#154)
* Update windows.mdx Signed-off-by: CelloSerenity <[email protected]> * Update anisette.mdx Signed-off-by: CelloSerenity <[email protected]> * Update docusaurus.config.js Signed-off-by: CelloSerenity <[email protected]> * Update TRANSLATION_GUIDE.md Signed-off-by: CelloSerenity <[email protected]> * Update common-issues.mdx Signed-off-by: CelloSerenity <[email protected]> * Update error-codes.mdx Signed-off-by: CelloSerenity <[email protected]> * Update error-codes.mdx Signed-off-by: CelloSerenity <[email protected]> * Update linux.mdx Signed-off-by: CelloSerenity <[email protected]> * Update pairing-file.mdx Signed-off-by: CelloSerenity <[email protected]> * Update linux.mdx Signed-off-by: CelloSerenity <[email protected]> * Update linux.mdx Signed-off-by: CelloSerenity <[email protected]> * Update error-codes.mdx Signed-off-by: CelloSerenity <[email protected]> * Update post-install.mdx Signed-off-by: CelloSerenity <[email protected]> * Update faq.mdx Signed-off-by: CelloSerenity <[email protected]> * Update release-notes.mdx Signed-off-by: CelloSerenity <[email protected]> * Update jit.mdx Signed-off-by: CelloSerenity <[email protected]> * Update faq.mdx Signed-off-by: CelloSerenity <[email protected]> * Update faq.mdx Signed-off-by: CelloSerenity <[email protected]> * Update intro.mdx * Update prerequisites.mdx * Update prerequisites.mdx Signed-off-by: CelloSerenity <[email protected]> * Update intro.mdx Signed-off-by: CelloSerenity <[email protected]> * Update common-issues.mdx Signed-off-by: CelloSerenity <[email protected]> * Update troubleshooting.mdx Signed-off-by: CelloSerenity <[email protected]> * Update common-issues.mdx Signed-off-by: CelloSerenity <[email protected]> * Update error-codes.mdx Signed-off-by: CelloSerenity <[email protected]> * Update jit.mdx Signed-off-by: CelloSerenity <[email protected]> * Update linux.mdx Signed-off-by: CelloSerenity <[email protected]> * Update windows.mdx Signed-off-by: CelloSerenity <[email protected]> * Update mac.mdx Signed-off-by: CelloSerenity <[email protected]> * Update linux.mdx Signed-off-by: CelloSerenity <[email protected]> * Update pairing-file.mdx Signed-off-by: CelloSerenity <[email protected]> * Update windows.mdx Signed-off-by: CelloSerenity <[email protected]> * Update pairing-file.mdx Signed-off-by: CelloSerenity <[email protected]> * Update prerequisites.mdx Signed-off-by: CelloSerenity <[email protected]> * Update pairing-file.mdx Signed-off-by: CelloSerenity <[email protected]> * Update pairing-file.mdx Signed-off-by: CelloSerenity <[email protected]> * Update pairing-file.mdx Signed-off-by: CelloSerenity <[email protected]> * Update pairing-file.mdx * Update pairing-file.mdx Signed-off-by: CelloSerenity <[email protected]> * Update pairing-file.mdx Signed-off-by: CelloSerenity <[email protected]> * Update linux.mdx Signed-off-by: CelloSerenity <[email protected]> * Update linux.mdx Signed-off-by: CelloSerenity <[email protected]> * Update linux.mdx Signed-off-by: CelloSerenity <[email protected]> --------- Signed-off-by: CelloSerenity <[email protected]>
1 parent 2945772 commit 22e65b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/installation/linux.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ Before you start, make sure to have all steps completed found in the [prerequisi
1010
2. Install either Docker or Podman on your machine.
1111
2. Plug in your secondary iDevice. If you recieve a prompt, select "trust" and enter your passcode.
1212

13-
3. Now, run Altcon with Docker or Podman using the following commands (may require `sudo`):
13+
3. Now, run Altcon with Docker or Podman using the following command (may require `sudo`):
1414

1515
Docker setup:
1616
```bash
17-
docker run --rm -it -v ${PWD}/:/mnt/ -v /var/run/usbmuxd:/var/run/usbmuxd ghcr.io/sidestore/altcon
17+
docker run --rm -it -v ${PWD}/:/mnt/ -v /var/run/usbmuxd:/var/run/usbmuxd -v /var/lib/lockdown:/tmp/lockdown ghcr.io/sidestore/altcon
1818
```
1919
Podman setup:
2020
```bash
21-
podman run --rm -it -v ${PWD}/:/mnt/ -v /var/run/usbmuxd:/var/run/usbmuxd ghcr.io/sidestore/altcon
21+
podman run --rm -it -v ${PWD}/:/mnt/ -v /var/run/usbmuxd:/var/run/usbmuxd -v /var/lib/lockdown:/tmp/lockdown ghcr.io/sidestore/altcon
2222
```
2323
5. Altcon will pair with your device. When you receive another prompt, select "trust" and enter your passcode again.
2424
6. On your secondary device, do the following:

0 commit comments

Comments
 (0)