Skip to content

Commit

Permalink
docs: fix linting
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Di Maio <[email protected]>
  • Loading branch information
89luca89 committed Sep 12, 2023
1 parent ed1af47 commit 79956c4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ graphical apps (X11/Wayland), and audio.
- [Compatibility](compatibility.md)
- [Supported container managers](compatibility.md#supported-container-managers)
- [Host Distros](compatibility.md#host-distros)
- [Install on the Steamdeck](posts/steamdeck_guide.md)
- [Install on the Steamdeck](posts/steamdeck_guide.md)
- [Containers Distros](compatibility.md#containers-distros)
- [Usage](usage/usage.md)
- [Outside the distrobox](usage/usage.md#outside-the-distrobox)
Expand Down
13 changes: 7 additions & 6 deletions docs/posts/steamdeck_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ inside the `$HOME` so that containers will survive updates.

To install podman, [refer to the install guide](install_podman_static.md#):

- Download the latest release of `podman-launcher` and place it in your home and rename it to `podman`, this example will use `~/.local/bin`
- Download the latest release of `podman-launcher` and place it in your home and rename it to `podman`,
this example will use `~/.local/bin`
- Setup `deck` user password using:
- `passwd`
- Setup `deck` user uidmap
- `sudo touch /etc/subuid /etc/subgid`
- `sudo usermod --add-subuid 100000-165535 --add-subgid 100000-165535 deck`
- Setup `deck` user uidmap:
- `sudo touch /etc/subuid /etc/subgid`
- `sudo usermod --add-subuid 100000-165535 --add-subgid 100000-165535 deck`

And `podman` is ready to use!

Expand All @@ -21,7 +22,7 @@ And `podman` is ready to use!
Installing distrobox in HOME is quite straightforward:

- Install `distrobox` in your HOME following the `curl` instructions:
- [INSTALL](../README.md#curl-or-wget)
- [INSTALL](../README.md#curl-or-wget)

## Setup ~/.distroboxrc

Expand All @@ -44,7 +45,7 @@ is not working correctly inside the container, and it's a SteamOS specific issue
`PATH` is needed to ensure distrobox can find the `podman` binary we previously
downloaded.

# Start using it!
## Start using it

You can now start using `distrobox` on the deck, open the terminal and go:

Expand Down

0 comments on commit 79956c4

Please sign in to comment.