Skip to content
This repository was archived by the owner on May 21, 2026. It is now read-only.

Commit a2d38d7

Browse files
committed
add npm install and npm run build instructions to READMEs
Signed-off-by: danbugs <danilochiarlone@gmail.com>
1 parent 7b425c2 commit a2d38d7

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ cargo run -- guest-examples/hello.py
2323
Run from JavaScript/Node.js:
2424

2525
```bash
26+
npm install
2627
npm run build
2728
node examples/napi.js
2829
```

examples/ai-generated-scripts/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ AI-generated code from LLMs is untrusted and should never run directly in the ho
77
1. Pack the hyperlight-nanvix package from the root:
88
```bash
99
cd ../..
10+
npm install
11+
npm run build
1012
npm pack
1113
```
1214

0 commit comments

Comments
 (0)