readme: fix build-v8 target

This commit is contained in:
Pierre Tachoire
2025-04-17 13:01:01 +02:00
committed by GitHub
parent 4e1659b98d
commit 19976939b7

View File

@@ -227,7 +227,7 @@ make get-v8
Next, build v8. This build task is very long and cpu consuming, as you will build v8 from sources. Next, build v8. This build task is very long and cpu consuming, as you will build v8 from sources.
``` ```
make build-v8-dev make build-v8
``` ```
For dev env, use `make build-v8-dev`. For dev env, use `make build-v8-dev`.