summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAylur <[email protected]>2024-10-19 14:52:31 +0200
committerGitHub <[email protected]>2024-10-19 14:52:31 +0200
commit41fcfae3b5624aa16a8046c0197c35bd80257288 (patch)
treedfa67a4637c850a6ab488f5562418a2f5b685e79 /docs
parentf763c442f7dd146c6f20376c5f50e6ca94b5e0d6 (diff)
Update installation.md
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`