From ba0d7293aa88dd0a1945041fd9130b06ea99406f Mon Sep 17 00:00:00 2001 From: Thomas Moore Date: Mon, 21 Apr 2025 14:52:58 -0400 Subject: [PATCH] Add missing step for hello-world tutorial --- docs/hello-world.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/hello-world.md b/docs/hello-world.md index 64f6f6c1..9047f130 100644 --- a/docs/hello-world.md +++ b/docs/hello-world.md @@ -49,6 +49,7 @@ We haven't yet implemented anything, but just to see that `npm init neon` produc ```shell cd cpu-count npm install +npm run cargo-build -- --release ``` The build process generates a handful of files: