summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/guide/getting-started/installation.md14
1 files changed, 8 insertions, 6 deletions
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`