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 Feb 1, 2024
1 parent d521337 commit 1024c91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/posts/steamdeck_guide.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
Latest SteamOS (version 3.5 and later) already pre-installed `distrobox` and `podman`.

To run GUI application, add following line to `~/.distroboxrc`.

```sh
xhost +si:localuser:$USER
```

This is needed to ensure the graphical apps can talk to the Xwayland session.

You can now start using `distrobox` on the deck, open the terminal and go:
Expand All @@ -15,7 +17,6 @@ distrobox create && distrobox enter
Refer to the [quickstart guide](../README.md#quick-start) and to the [usage docs](../usage/usage.md)
And don't forget the [useful tips](../useful_tips.md)!


## SteamOS 3.4 and earlier

To install Distrobox on the steamdeck, we can install both `podman` and `distrobox`
Expand Down

0 comments on commit 1024c91

Please sign in to comment.