mirror of
https://github.com/denoland/deno.git
synced 2025-01-10 16:11:13 -05:00
Mention 'git submodule update' in docs (#1132)
This commit is contained in:
parent
7c82667f75
commit
669b1a4e97
1 changed files with 3 additions and 0 deletions
3
Docs.md
3
Docs.md
|
@ -155,6 +155,9 @@ Other useful commands:
|
||||||
./third_party/depot_tools/gn desc out/debug/ :deno
|
./third_party/depot_tools/gn desc out/debug/ :deno
|
||||||
./third_party/depot_tools/gn help
|
./third_party/depot_tools/gn help
|
||||||
|
|
||||||
|
# Update third_party modules
|
||||||
|
git submodule update
|
||||||
|
|
||||||
Environment variables: `DENO_BUILD_MODE`, `DENO_BUILD_PATH`, `DENO_BUILD_ARGS`,
|
Environment variables: `DENO_BUILD_MODE`, `DENO_BUILD_PATH`, `DENO_BUILD_ARGS`,
|
||||||
`DENO_DIR`.
|
`DENO_DIR`.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue