1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00

update build step

add: git submodule update --init
This commit is contained in:
FlyAway 2018-06-01 14:09:13 +08:00 committed by GitHub
parent 180f0a1b3c
commit 1988e0d658
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -99,6 +99,7 @@ to build:
``` bash ``` bash
go get -u github.com/ry/v8worker2 go get -u github.com/ry/v8worker2
cd $GOPATH/src/github.com/ry/v8worker2 cd $GOPATH/src/github.com/ry/v8worker2
git submodule update --init
./build.py --use_ccache ./build.py --use_ccache
``` ```