Skip to content

Commit

Permalink
Add special hit cfix denoland#1898 (denoland#2455)
Browse files Browse the repository at this point in the history
  • Loading branch information
zekth authored and ry committed Jun 5, 2019
1 parent a71305b commit 0b50c69
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions website/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0b50c69

Please sign in to comment.