diff options
author | Aylur <[email protected]> | 2024-09-07 13:00:42 +0000 |
---|---|---|
committer | Aylur <[email protected]> | 2024-09-07 13:00:42 +0000 |
commit | 13b6c88dd090bfc8997a2916f0c0cc44bdce2c74 (patch) | |
tree | 119e7b61b4b63a05ca96cb3f53ef01f44acdb9bb /docs/ags/installation.md | |
parent | 758550f320af6eca24674032b98679017db582a0 (diff) |
docs: touchups
* code block langs
* ags faq
* fix broken links
Diffstat (limited to 'docs/ags/installation.md')
-rw-r--r-- | docs/ags/installation.md | 14 |
1 files changed, 7 insertions, 7 deletions
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 ``` |