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:
parent
7b5fbc7197
commit
a315d1ef97
1 changed files with 1 additions and 0 deletions
|
@ -101,6 +101,7 @@ go get -u github.com/ry/v8worker2
|
||||||
cd $GOPATH/src/github.com/ry/v8worker2
|
cd $GOPATH/src/github.com/ry/v8worker2
|
||||||
./build.py --use_ccache
|
./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.
|
Finally you can get `deno` and its other Go deps.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue