Skip to content

Commit 5535e13

Browse files
committed
add npm install and npm run build instructions to READMEs
Signed-off-by: danbugs <[email protected]>
1 parent 7b425c2 commit 5535e13

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

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)