From 73c8f26f79b6f2bda8cefc4144d8010a3cf3b066 Mon Sep 17 00:00:00 2001 From: Enrico Date: Wed, 27 May 2026 10:48:35 -0300 Subject: [PATCH] Update README.md fix documentation, when u have a clean install u dont have the lib build dist yet --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ff8c504..81c4a94 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,9 @@ cd solid-uplot # Install dependencies bun install +# Build library +bun run build + # Start the playground bun dev ```