From 669b1a4e97793786b579e8bd5def940359c2536d Mon Sep 17 00:00:00 2001 From: Joseph Date: Wed, 31 Oct 2018 17:27:39 +0300 Subject: Mention 'git submodule update' in docs (#1132) --- Docs.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Docs.md b/Docs.md index cd669864e..b5bb508da 100644 --- a/Docs.md +++ b/Docs.md @@ -155,6 +155,9 @@ Other useful commands: ./third_party/depot_tools/gn desc out/debug/ :deno ./third_party/depot_tools/gn help + # Update third_party modules + git submodule update + Environment variables: `DENO_BUILD_MODE`, `DENO_BUILD_PATH`, `DENO_BUILD_ARGS`, `DENO_DIR`. -- cgit v1.2.3