From 1b185faebcfd281abf9365f7973da84ce7e74e6a Mon Sep 17 00:00:00 2001 From: Spxg Date: Sun, 18 May 2025 00:12:31 +0800 Subject: [PATCH] Update deploy document --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 02b1a44..f54032e 100644 --- a/README.md +++ b/README.md @@ -20,5 +20,6 @@ npx postcss --dir assets/module.postcss assets/module.css --base assets/module.c # Choose your preferred installation method # https://trunkrs.dev/#install cargo install trunk --locked -trunk serve --open +# The product is in the dist folder +trunk build --release ```