From 41fcfae3b5624aa16a8046c0197c35bd80257288 Mon Sep 17 00:00:00 2001 From: Aylur <104676705+Aylur@users.noreply.github.com> Date: Sat, 19 Oct 2024 14:52:31 +0200 Subject: Update installation.md --- docs/guide/getting-started/installation.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'docs/guide') diff --git a/docs/guide/getting-started/installation.md b/docs/guide/getting-started/installation.md index aaa6d0d..e936bc4 100644 --- a/docs/guide/getting-started/installation.md +++ b/docs/guide/getting-started/installation.md @@ -24,13 +24,8 @@ yay -S libastal-meta ## Bulding libastal from source -1. Clone the repo -```sh -git clone https://github.com/aylur/astal.git -``` - -2. Install the following dependencies +1. Install the following dependencies :::code-group @@ -46,6 +41,13 @@ sudo dnf install meson gcc valac gtk3-devel gtk-layer-shell-devel gobject-intros sudo apt install meson valac libgtk-3-dev libgtk-layer-shell-dev gobject-introspection libgirepository1.0-dev ``` +2. Clone the repo + +```sh +git clone https://github.com/aylur/astal.git +cd astal +``` + ::: 3. Build and install with `meson` -- cgit v1.2.3