Skip to content

Commit 5fbbf1b

Browse files
committed
readme: fix zig-js-runtime step
1 parent f040f42 commit 5fbbf1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,20 +59,20 @@ https://microsoft.github.io/mimalloc/environment.html
5959

6060
### Build zig-js-runtime
6161

62-
The command `make install-jsruntime-dev` uses zig-js-runtime's `zig-v8` dependency to build v8 engine lib.
62+
The command `make install-zig-js-runtime-dev` uses zig-js-runtime's `zig-v8` dependency to build v8 engine lib.
6363
Be aware the build task is very long and cpu consuming.
6464

6565
Build v8 engine for debug/dev version, it creates
6666
`vendor/zig-js-runtime/vendor/v8/$ARCH/debug/libc_v8.a` file.
6767

6868
```
69-
make install-jsruntime-dev
69+
make install-zig-js-runtime-dev
7070
```
7171

7272
You should also build a release vesion of v8 with:
7373

7474
```
75-
make install-jsruntime
75+
make install-zig-js-runtime
7676
```
7777

7878
### All in one build

0 commit comments

Comments
 (0)