diff options
author | kingmaj0r <[email protected]> | 2024-10-29 14:16:47 +0700 |
---|---|---|
committer | GitHub <[email protected]> | 2024-10-29 14:16:47 +0700 |
commit | 4b13564404d9e6fc8931ffa524a5f765449551c5 (patch) | |
tree | 2092e5fbbd0dfd33db24fd2fb7c3ccf152f86bc8 /docs/guide | |
parent | 7e484188e7492ac7945c854bcc3f26cec1863c91 (diff) |
Update installation.md
Fixed a minor mistake: it's 'vala' and 'valadoc,' not 'valac.'
Diffstat (limited to 'docs/guide')
-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 844de25..1bb4a8a 100644 --- a/docs/guide/getting-started/installation.md +++ b/docs/guide/getting-started/installation.md @@ -33,7 +33,7 @@ sudo pacman -Syu meson vala gtk3 gtk-layer-shell gobject-introspection ``` ```sh [<i class="devicon-fedora-plain"></i> Fedora] -sudo dnf install meson gcc valac gtk3-devel gtk-layer-shell-devel gobject-introspection-devel +sudo dnf install meson gcc vala valadoc gtk3-devel gtk-layer-shell-devel gobject-introspection-devel ``` ```sh [<i class="devicon-ubuntu-plain"></i> Ubuntu] |