Skip to content

Commit

Permalink
Update installation.md (#248)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Alexandre1a authored Jan 16, 2025
1 parent cac0fc6 commit bc796ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit bc796ac

Please sign in to comment.