summaryrefslogtreecommitdiff
path: root/docs/ags/installation.md
diff options
context:
space:
mode:
authorAylur <[email protected]>2024-09-14 13:20:21 +0200
committerGitHub <[email protected]>2024-09-14 13:20:21 +0200
commit44c58147fd52b4d1cc1462ea2c3c03a01419b5b4 (patch)
tree11126e46c11f68b084e629470761f36586ae8c77 /docs/ags/installation.md
parent7da67b61493914143fc688a41c74af2b8a82afd4 (diff)
Update installation.md
it should probably be moved to the root from the src directory
Diffstat (limited to 'docs/ags/installation.md')
-rw-r--r--docs/ags/installation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ags/installation.md b/docs/ags/installation.md
index 974d4f1..42ef1c3 100644
--- a/docs/ags/installation.md
+++ b/docs/ags/installation.md
@@ -40,7 +40,7 @@ sudo apt install golang-go npm gjs
<!--TODO: remove v2 after merge-->
```sh
git clone https://github.com/aylur/ags.git
-cd ags
+cd ags/src
git checkout v2 # https://github.com/Aylur/ags/pull/504
go install
```