From eb3912af64038fb10b35a66ed64d4d9375b612a1 Mon Sep 17 00:00:00 2001 From: Aylur Date: Sat, 19 Oct 2024 13:03:03 +0000 Subject: update installation.md --- docs/guide/typescript/installation.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'docs/guide/typescript') 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 ```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 ``` -- cgit v1.2.3