From c7fb404404fd1e1c90730f48bf7e22a37b357f00 Mon Sep 17 00:00:00 2001 From: Jon Staab Date: Fri, 13 Mar 2026 13:23:31 -0700 Subject: [PATCH] Add -s flag to readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a60d384a..aebcff73 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ To run your own Flotilla, it's as simple as: ```sh pnpm install pnpm run build -npx serve build +npx serve -s build ``` Or, if you prefer to use a container: