From 646cff6061e29d6b58f50e7acbf28384424ae2c9 Mon Sep 17 00:00:00 2001 From: KingMaj0r Date: Fri, 1 Nov 2024 20:42:55 +0700 Subject: Removed 'gcc' from dependencies for Fedora. --- docs/guide/getting-started/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/guide/getting-started/installation.md') 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 [ 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 [ Ubuntu] -- cgit v1.2.3