From a23c93317b96bd6ba8e4d9b1499ac31720827c7b Mon Sep 17 00:00:00 2001 From: oxaliq Date: Sun, 23 Jun 2024 16:54:27 -0400 Subject: [PATCH] add minor lines to readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8945ffe..9fc6840 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,14 @@ assuming nix flake nix develop # or if using direnv echo "use flake ." > .envrc +direnv allow +# endif npm run dev # runs dev server on localhost:4000 # instances run on incremntal ports # refresh page to reflect changes + +npm run build +# builds new xdc as dist/webxdc-go.xdc ```