From 95d08fe164949284a173d9cb0d087f270eae5dbd Mon Sep 17 00:00:00 2001 From: Joshua Byrd Date: Tue, 28 Jul 2026 11:26:14 +1000 Subject: [PATCH] Change build output path in README example Update README to reflect changes in build output path. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27b91e3e5..e9f02b341 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ console.log(fib(30)); $ scriptc run fib.ts 832040 -$ scriptc build fib.ts && ls -la fib +$ scriptc build fib.ts && ls -la .scriptc/fib -rwxr-xr-x 178K fib # a self-contained native binary, ~2ms startup ```