diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2018-06-04 08:46:09 +0200 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-06-04 08:46:23 +0200 |
commit | a315d1ef97f36603cb343280c530d1cb5a0130c8 (patch) | |
tree | d7485fe29aff4a24d27052c3f5855e7897fb042c | |
parent | 7b5fbc71970056515c41f6983fc8e1f8ee443d11 (diff) |
Add submodule instructions.
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |