diff options
author | KingMaj0r <[email protected]> | 2024-11-01 20:42:55 +0700 |
---|---|---|
committer | KingMaj0r <[email protected]> | 2024-11-01 20:42:55 +0700 |
commit | 646cff6061e29d6b58f50e7acbf28384424ae2c9 (patch) | |
tree | ec1b5dde3b168be0b4af47fedf0fd216685cd9e9 /docs/guide/getting-started | |
parent | c3557e4f3fb8dd4fb6eaba165833b372527dc393 (diff) |
Removed 'gcc' from dependencies for Fedora.
Diffstat (limited to 'docs/guide/getting-started')
-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 1bb4a8a..fa7863e 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 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 ``` ```sh [<i class="devicon-ubuntu-plain"></i> Ubuntu] |