From fe11c037bad45697451b7264ff93fa37f1fac78f Mon Sep 17 00:00:00 2001 From: Aylur Date: Tue, 15 Oct 2024 11:55:53 +0000 Subject: docs: recommend /usr prefix by default --- docs/guide/typescript/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/guide/typescript') diff --git a/docs/guide/typescript/installation.md b/docs/guide/typescript/installation.md index 4c31b6e..f085194 100644 --- a/docs/guide/typescript/installation.md +++ b/docs/guide/typescript/installation.md @@ -9,7 +9,7 @@ It lets you - generate a tsconfig which is used by LSPs - bundle your TypeScript and JavaScript code using [esbuild](https://esbuild.github.io/). -::: details Trivia +:::details Trivia AGS is the predecessor of Astal, which was written purely in TypeScript and so only supported JavaScript/TypeScript. Now it serves as a scaffolding tool for Astal+TypeScript+JSX projects. ::: @@ -43,7 +43,7 @@ meson install -C build :::tip You might be wondering why it is recommended to install a JavaScript package on the system instead of installing it as a node module. -It is solely to keep it in **sync** with the core `astal-sh` and `astal3`/`astal4` package. +It is solely to keep it in **sync** with the core `astal-io` and `astal3`/`astal4` package. ::: 3. Install the following dependencies -- cgit v1.2.3