summaryrefslogtreecommitdiff
path: root/docs/guide/typescript
diff options
context:
space:
mode:
authorAylur <[email protected]>2024-10-15 11:55:53 +0000
committerAylur <[email protected]>2024-10-15 11:55:53 +0000
commitfe11c037bad45697451b7264ff93fa37f1fac78f (patch)
treee84ae7a0bb789e7764005259fe3485e3a3462c49 /docs/guide/typescript
parentdde50e333a237efb4ddaf522398dedf1a69999d1 (diff)
docs: recommend /usr prefix by default
Diffstat (limited to 'docs/guide/typescript')
-rw-r--r--docs/guide/typescript/installation.md4
1 files changed, 2 insertions, 2 deletions
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