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

Add submodule instructions.

This commit is contained in:
Ryan Dahl 2018-06-04 08:46:09 +02:00
parent 7b5fbc7197
commit a315d1ef97

View file

@ -101,6 +101,7 @@ go get -u github.com/ry/v8worker2
cd $GOPATH/src/github.com/ry/v8worker2
./build.py --use_ccache
```
Maybe also run `git submodule update --init` in the v8worker2 dir.
Finally you can get `deno` and its other Go deps.