diff options
Diffstat (limited to 'std/manual.md')
-rw-r--r-- | std/manual.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/std/manual.md b/std/manual.md index b9f337170..f073d1508 100644 --- a/std/manual.md +++ b/std/manual.md @@ -1512,13 +1512,13 @@ Extra steps for Windows users: The easiest way to build Deno is by using a precompiled version of V8: ``` -V8_BINARY=1 cargo build -vv +cargo build -vv ``` However if you want to build Deno and V8 from source code: ``` -cargo build -vv +V8_FROM_SOURCE=1 cargo build -vv ``` When building V8 from source, there are more dependencies: |