Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion installing-deno.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Deno is still at very early development stage. The current releases are 0.2.x, w
To install Deno release binary, run the following commands on \*nix

```bash
curl -L https://deno.land/x/install/install.py | python
curl -fsSL https://deno.land/x/install/install.sh | sh
export PATH=$HOME/.deno/bin:$PATH
```

Expand Down