diff options
author | Alexandre1a <[email protected]> | 2025-01-16 16:03:07 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2025-01-16 16:03:07 +0100 |
commit | bc796ac226800c43e724e27f53f410c157acaffe (patch) | |
tree | 1c277c5f9907d304008de837ff808f6e919bc0e1 /docs | |
parent | cac0fc63bfe098b26753db8262f5d95ac42b281b (diff) |
Update installation.md (#248)
I added a package : wayland-protocol-devel
This package is required to build astal3 on Fedora and was not included in the package line in the docs.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/guide/getting-started/installation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guide/getting-started/installation.md b/docs/guide/getting-started/installation.md index cc81d1e..0cda3c5 100644 --- a/docs/guide/getting-started/installation.md +++ b/docs/guide/getting-started/installation.md @@ -33,7 +33,7 @@ sudo pacman -Syu meson vala valadoc gtk3 gtk-layer-shell gobject-introspection ``` ```sh [<i class="devicon-fedora-plain"></i> Fedora] -sudo dnf install meson vala valadoc gtk3-devel gtk-layer-shell-devel gobject-introspection-devel +sudo dnf install meson vala valadoc gtk3-devel gtk-layer-shell-devel gobject-introspection-devel wayland-protocols-devel ``` ```sh [<i class="devicon-ubuntu-plain"></i> Ubuntu] |