diff options
author | Aylur <[email protected]> | 2024-09-11 13:30:43 +0000 |
---|---|---|
committer | Aylur <[email protected]> | 2024-09-11 13:30:51 +0000 |
commit | 137345755c1c02d4766f1788198096013df9080c (patch) | |
tree | 19fdc58f9ba48edd2e2f5121da9ac169ad1651cf /docs/libraries/apps.md | |
parent | 56dd3eb43d218d6099d760f6c0c4956db84c46f2 (diff) |
docs: document libraries
Diffstat (limited to 'docs/libraries/apps.md')
-rw-r--r-- | docs/libraries/apps.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/libraries/apps.md b/docs/libraries/apps.md index 85aa8ae..f19a70a 100644 --- a/docs/libraries/apps.md +++ b/docs/libraries/apps.md @@ -30,7 +30,7 @@ git clone https://github.com/aylur/astal.git cd astal/lib/apps ``` -3. clone repo +3. install ```sh meson setup build @@ -44,7 +44,6 @@ instead which most package managers do, set the `prefix` option: ```sh meson setup --prefix /usr build -meson install -C build ``` ::: |