diff options
author | Aylur <[email protected]> | 2024-09-07 13:39:03 +0000 |
---|---|---|
committer | Aylur <[email protected]> | 2024-09-07 13:39:03 +0000 |
commit | 3c68f1eda2d0ad89e2c55560c25947615296168f (patch) | |
tree | ff67f9a53c8e4ce1b3a01e5ad893938c71d7d5af /docs/ags/installation.md | |
parent | 125ed58d0a195db63f2fe2f47dd77730b48e20f3 (diff) |
docs: add nix page
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 |