diff --git a/docs/installation/linux.mdx b/docs/installation/linux.mdx index 3ea7fc13..ce9eaa6e 100644 --- a/docs/installation/linux.mdx +++ b/docs/installation/linux.mdx @@ -10,15 +10,15 @@ Before you start, make sure to have all steps completed found in the [prerequisi 2. Install either Docker or Podman on your machine. 2. Plug in your secondary iDevice. If you recieve a prompt, select "trust" and enter your passcode. -3. Now, run Altcon with Docker or Podman using the following commands (may require `sudo`): +3. Now, run Altcon with Docker or Podman using the following command (may require `sudo`): Docker setup: ```bash -docker run --rm -it -v ${PWD}/:/mnt/ -v /var/run/usbmuxd:/var/run/usbmuxd ghcr.io/sidestore/altcon +docker run --rm -it -v ${PWD}/:/mnt/ -v /var/run/usbmuxd:/var/run/usbmuxd -v /var/lib/lockdown:/tmp/lockdown ghcr.io/sidestore/altcon ``` Podman setup: ```bash -podman run --rm -it -v ${PWD}/:/mnt/ -v /var/run/usbmuxd:/var/run/usbmuxd ghcr.io/sidestore/altcon +podman run --rm -it -v ${PWD}/:/mnt/ -v /var/run/usbmuxd:/var/run/usbmuxd -v /var/lib/lockdown:/tmp/lockdown ghcr.io/sidestore/altcon ``` 5. Altcon will pair with your device. When you receive another prompt, select "trust" and enter your passcode again. 6. On your secondary device, do the following: