From 191d5e538d7eb2b57cd93919284200d049bc9c0e Mon Sep 17 00:00:00 2001 From: Aylur Date: Sat, 7 Sep 2024 18:13:54 +0000 Subject: docs: apps page also add icons --- docs/getting-started/installation.md | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) (limited to 'docs/getting-started/installation.md') diff --git a/docs/getting-started/installation.md b/docs/getting-started/installation.md index 945e70b..bbdced9 100644 --- a/docs/getting-started/installation.md +++ b/docs/getting-started/installation.md @@ -35,26 +35,18 @@ cd astal/core :::code-group -```sh [Arch] +```sh [ Arch] sudo pacman -Syu meson vala gtk3 gtk-layer-shell gobject-introspection ``` -```sh [Fedora] -sudo dnf install meson gcc valac gtk3-devel gtk-layer-shell-devel +```sh [ Fedora] +sudo dnf install meson gcc valac gtk3-devel gtk-layer-shell-devel gobject-introspection-devel ``` -```sh [Alpine] -sudo apk add meson g++ vala gtk+3.0-dev gtk-layer-shell-dev gobject-introspection-dev -``` - -```sh [Ubuntu] +```sh [ Ubuntu] sudo apt install meson valac libgtk3-dev libgtk-layer-shell-dev gobject-introspection ``` -```sh [openSUSE] -sudo zypper install gcc meson vala gtk3-devel gtk-layer-shell-devel gobject-introspection-devel -``` - ::: 3. Build and install with `meson` @@ -64,7 +56,7 @@ meson setup build meson install -C build ``` -:::info +:::tip Most distros recommend manual installs in `/usr/local`, which is what `meson` defaults to. If you want to install to `/usr` instead which most package managers do, set the `prefix` option: -- cgit v1.2.3