summaryrefslogtreecommitdiff
path: root/docs/guide/libraries/tray.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/guide/libraries/tray.md')
-rw-r--r--docs/guide/libraries/tray.md13
1 files changed, 1 insertions, 12 deletions
diff --git a/docs/guide/libraries/tray.md b/docs/guide/libraries/tray.md
index c8d093b..b5cccc7 100644
--- a/docs/guide/libraries/tray.md
+++ b/docs/guide/libraries/tray.md
@@ -32,21 +32,10 @@ cd astal/lib/tray
3. install
```sh
-meson setup build
-meson install -C build
-```
-
-:::tip
-Most distros recommend manual installs in `/usr/local`,
-which is what `meson` defaults to. If you want to install to `/usr`
-instead which most package managers do, set the `prefix` option:
-
-```sh
meson setup --prefix /usr build
+meson install -C build
```
-:::
-
## Usage
You can browse the [Tray reference](https://aylur.github.io/libastal/tray).