diff --git a/manual.md b/manual.md index b9f3371705c3..f073d1508003 100644 --- a/manual.md +++ b/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: