From 191d5e538d7eb2b57cd93919284200d049bc9c0e Mon Sep 17 00:00:00 2001 From: Aylur Date: Sat, 7 Sep 2024 18:13:54 +0000 Subject: docs: apps page also add icons --- docs/ags/installation.md | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to 'docs/ags/installation.md') diff --git a/docs/ags/installation.md b/docs/ags/installation.md index 5653cd1..974d4f1 100644 --- a/docs/ags/installation.md +++ b/docs/ags/installation.md @@ -21,26 +21,18 @@ nix run github:aylur/ags/v2 -- --help :::code-group -```sh [Arch] +```sh [ Arch] sudo pacman -Syu go npm gjs ``` -```sh [Fedora] +```sh [ Fedora] sudo dnf install golang npm gjs ``` -```sh [Alpine] -sudo apk add go npm gjs -``` - -```sh [Ubuntu] +```sh [ Ubuntu] sudo apt install golang-go npm gjs ``` -```sh [openSUSE] -sudo zypper install go npm gjs -``` - ::: 3. Clone the repo and Install -- cgit v1.2.3