From 27f85a88d4689c1a9edab0da0bff683ae0f34317 Mon Sep 17 00:00:00 2001 From: PlayPGC Date: Mon, 25 Aug 2025 11:44:09 +0100 Subject: [PATCH] docs: clarify build step after installation --- docs/getting-started.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 docs/getting-started.md diff --git a/docs/getting-started.md b/docs/getting-started.md new file mode 100644 index 0000000000..07b006413a --- /dev/null +++ b/docs/getting-started.md @@ -0,0 +1,3 @@ + +> **Note:** After running `yarn install`, you must also run `yarn build` before using the compiler. +