From a315d1ef97f36603cb343280c530d1cb5a0130c8 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 4 Jun 2018 08:46:09 +0200 Subject: [PATCH] Add submodule instructions. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 21c091cc4e..a4bec4134c 100644 --- a/README.md +++ b/README.md @@ -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.