diff options
Diffstat (limited to 'docs/ags')
-rw-r--r-- | docs/ags/installation.md | 2 |
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 ``` |