diff options
author | Aylur <[email protected]> | 2025-01-03 11:02:14 +0100 |
---|---|---|
committer | Aylur <[email protected]> | 2025-01-03 11:02:14 +0100 |
commit | 547e44ce1952cfab0c2ab41f62f4434c58d77d56 (patch) | |
tree | 4db79f9aa3b4bc6c7623418cdfce68c6daa06756 | |
parent | 378c75bef019bf794a9d4d320e123073d3599eba (diff) |
docs: update tray install guide
-rw-r--r-- | docs/guide/libraries/tray.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/guide/libraries/tray.md b/docs/guide/libraries/tray.md index 2413443..a7d4c33 100644 --- a/docs/guide/libraries/tray.md +++ b/docs/guide/libraries/tray.md @@ -69,6 +69,8 @@ sudo dnf install meson json-glib-devel gobject-introspection-devel sudo apt install meson libjson-glib-dev gobject-introspection ``` +::: + 2. install `appmenu-glib-translator` ```sh @@ -76,11 +78,8 @@ git clone https://github.com/rilian-la-te/vala-panel-appmenu.git cd vala-panel-appmenu/subprojects/appmenu-glib-translator meson setup --prefix /usr build meson install -C build - ``` -::: - 3. clone repo ```sh |