[gtk-web: 2/5] Replace commands with distribution table




commit 1f6de6c93bb415e34f0b47d14bb3ee40c68fbafb
Author: Olivier FAURE <couteaubleu gmail com>
Date:   Wed Oct 28 10:44:25 2020 +0000

    Replace commands with distribution table

 _docs/installations/linux.md | 16 ++++++----------
 1 file changed, 6 insertions(+), 10 deletions(-)
---
diff --git a/_docs/installations/linux.md b/_docs/installations/linux.md
index 5bc7c972..4f4ddcb3 100644
--- a/_docs/installations/linux.md
+++ b/_docs/installations/linux.md
@@ -32,17 +32,13 @@ To build GTK, see the [installation guide](https://developer.gnome.org/gtk4/unst
 For additional help, the [frequently asked questions 
page](https://developer.gnome.org/gtk4/unstable/gtk-question-index.html) is a
 good starting point.
 
-### Debian / Ubuntu
+### Package managers
 
-```
-sudo apt install libgtk-3-dev
-```
-
-### Arch
-
-```
-sudo pacman -S gtk3
-```
+| Distribution | Binary package | Development package | Additional packages |
+| ------------ | -------------- | ------------------- | ------------------- |
+| Arch         | gtk3           | -                   | -                   |
+| Debian/Ubuntu | libgtk-3-0    | libgtk-3-dev        | gtk-3-examples      |
+| Fedora       | gtk3           | gtk3-devel          | -                   |
 
 ## Development version
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]