diff options
Diffstat (limited to 'docs/ags/installation.md')
-rw-r--r-- | docs/ags/installation.md | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/ags/installation.md b/docs/ags/installation.md index 1e03e48..5653cd1 100644 --- a/docs/ags/installation.md +++ b/docs/ags/installation.md @@ -4,7 +4,14 @@ maintainer: [@Aylur](https://github.com/Aylur) -Read more about it on the [nix page](../getting-started/nix.md) +Read more about it on the [nix page](../getting-started/nix#ags) + +You can try without installing. + +<!--TODO: remove v2 after merge--> +```sh +nix run github:aylur/ags/v2 -- --help +``` ## Bulding AGS from source @@ -38,6 +45,7 @@ sudo zypper install go npm gjs 3. Clone the repo and Install +<!--TODO: remove v2 after merge--> ```sh git clone https://github.com/aylur/ags.git cd ags |