diff options
author | Aylur <[email protected]> | 2024-10-19 13:03:03 +0000 |
---|---|---|
committer | Aylur <[email protected]> | 2024-10-19 13:03:03 +0000 |
commit | eb3912af64038fb10b35a66ed64d4d9375b612a1 (patch) | |
tree | 9f05b93c321fd83459953c5a120d090ee78e0090 /docs/guide/typescript | |
parent | 41fcfae3b5624aa16a8046c0197c35bd80257288 (diff) |
update installation.md
Diffstat (limited to 'docs/guide/typescript')
-rw-r--r-- | docs/guide/typescript/installation.md | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/guide/typescript/installation.md b/docs/guide/typescript/installation.md index f085194..f1d20c5 100644 --- a/docs/guide/typescript/installation.md +++ b/docs/guide/typescript/installation.md @@ -34,8 +34,8 @@ nix run github:aylur/ags/v2#agsFull -- --help 2. Install the Astal GJS package ```sh -git clone https://github.com/aylur/astal -cd lang/gjs +git clone https://github.com/aylur/astal /tmp/astal +cd /tmp/astal/lang/gjs meson setup --prefix /usr build meson install -C build ``` @@ -68,9 +68,10 @@ sudo apt install golang-go npm gjs <!--TODO: remove v2 after merge--> ```sh -git clone https://github.com/aylur/ags.git +git clone https://github.com/aylur/ags.git /tmp/ags +cd /tmp/ags git checkout v2 # https://github.com/Aylur/ags/pull/504 -cd ags/src +cd src go install ``` |