From 0b50c698ad898cd8fbdd1dc21956d584887fd87a Mon Sep 17 00:00:00 2001 From: Vincent LE GOFF Date: Wed, 5 Jun 2019 15:21:08 +0200 Subject: Add special hit cfix #1898 (#2455) --- website/manual.md | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'website') diff --git a/website/manual.md b/website/manual.md index d8590e0f6..c5fe2f467 100644 --- a/website/manual.md +++ b/website/manual.md @@ -129,9 +129,20 @@ deno run https://deno.land/welcome.ts ### Build from source +Clone on Unix/MacOs + ```bash # Fetch deps. git clone --recurse-submodules https://github.com/denoland/deno.git +``` + +Clone on Windows (with Admin privileges) + +```bash +git clone -c core.symlinks=true --recurse-submodules https://github.com/denoland/deno.git +``` + +```bash cd deno ./tools/setup.py -- cgit v1.2.3