1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 15:24:46 -05:00

Add special hit cfix #1898 (#2455)

This commit is contained in:
Vincent LE GOFF 2019-06-05 15:21:08 +02:00 committed by Ryan Dahl
parent a71305b4fe
commit 0b50c698ad

View file

@ -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