diff options
author | Joseph <jngugi88@gmail.com> | 2018-10-31 17:27:39 +0300 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-10-31 07:27:39 -0700 |
commit | 669b1a4e97793786b579e8bd5def940359c2536d (patch) | |
tree | 61c619b98d68576fe3227f9bfcb70114cbb462bc | |
parent | 7c82667f75fdfe56ca66ccc0dbe2c92a989ba858 (diff) |
Mention 'git submodule update' in docs (#1132)
-rw-r--r-- | Docs.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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`. |