summaryrefslogtreecommitdiff
path: root/docs/guide/getting-started/installation.md
diff options
context:
space:
mode:
authorAylur <[email protected]>2024-10-15 01:22:24 +0000
committerAylur <[email protected]>2024-10-15 01:22:24 +0000
commitede8890a08b3fbbb1f6df3b8c277ab6424d1befd (patch)
treeedcf54da90550a1c53c0221a7340e43b479ecee5 /docs/guide/getting-started/installation.md
parentd63332b533b390e7e68f8f1fc2432958c4d36a4f (diff)
docs: better explain ags
Diffstat (limited to 'docs/guide/getting-started/installation.md')
-rw-r--r--docs/guide/getting-started/installation.md14
1 files changed, 13 insertions, 1 deletions
diff --git a/docs/guide/getting-started/installation.md b/docs/guide/getting-started/installation.md
index af82cf5..6ad951a 100644
--- a/docs/guide/getting-started/installation.md
+++ b/docs/guide/getting-started/installation.md
@@ -10,6 +10,8 @@ Read more about it on the [nix page](./nix#astal)
maintainer: [@kotontrion](https://github.com/kotontrion)
+<!--TODO: fix aur package names-->
+
:::code-group
```sh [Core Library]
@@ -28,7 +30,6 @@ yay -S libastal-meta
```sh
git clone https://github.com/aylur/astal.git
-cd astal/core
```
2. Install the following dependencies
@@ -51,7 +52,18 @@ sudo apt install meson valac libgtk-3-dev libgtk-layer-shell-dev gobject-introsp
3. Build and install with `meson`
+- astal-io
+
+```sh
+cd lib/astal/io
+meson setup build
+meson install -C build
+```
+
+- astal3
+
```sh
+cd lib/astal/gtk3
meson setup build
meson install -C build
```