From 13b6c88dd090bfc8997a2916f0c0cc44bdce2c74 Mon Sep 17 00:00:00 2001 From: Aylur Date: Sat, 7 Sep 2024 13:00:42 +0000 Subject: docs: touchups * code block langs * ags faq * fix broken links --- docs/ags/installation.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'docs/ags/installation.md') diff --git a/docs/ags/installation.md b/docs/ags/installation.md index f5e4cf9..1e03e48 100644 --- a/docs/ags/installation.md +++ b/docs/ags/installation.md @@ -14,14 +14,14 @@ Read more about it on the [nix page](../getting-started/nix.md) :::code-group -```sh [Fedora] -sudo dnf install golang npm gjs -``` - ```sh [Arch] sudo pacman -Syu go npm gjs ``` +```sh [Fedora] +sudo dnf install golang npm gjs +``` + ```sh [Alpine] sudo apk add go npm gjs ``` @@ -30,7 +30,7 @@ sudo apk add go npm gjs sudo apt install golang-go npm gjs ``` -```bash [openSUSE] +```sh [openSUSE] sudo zypper install go npm gjs ``` @@ -38,10 +38,10 @@ sudo zypper install go npm gjs 3. Clone the repo and Install -```bash +```sh git clone https://github.com/aylur/ags.git cd ags -git checkout v2 +git checkout v2 # https://github.com/Aylur/ags/pull/504 go install ``` -- cgit v1.2.3