From 547e44ce1952cfab0c2ab41f62f4434c58d77d56 Mon Sep 17 00:00:00 2001 From: Aylur Date: Fri, 3 Jan 2025 11:02:14 +0100 Subject: docs: update tray install guide --- docs/guide/libraries/tray.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'docs/guide') 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 -- cgit v1.2.3