From bc796ac226800c43e724e27f53f410c157acaffe Mon Sep 17 00:00:00 2001 From: Alexandre1a <107309823+Alexandre1a@users.noreply.github.com> Date: Thu, 16 Jan 2025 16:03:07 +0100 Subject: 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. --- docs/guide/getting-started/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/guide') 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 [ 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 [ Ubuntu] -- cgit v1.2.3