Skip to content

v0.1.4

Compare
Choose a tag to compare
@denobot denobot released this 13 Sep 00:56

Downloads the latest Deno binary into $HOME/.deno/bin.

Install with Python:

curl -sSf https://raw.githubusercontent.com/denoland/deno_install/master/install.py | python

Install with PowerShell:

iex (iwr https://raw.githubusercontent.com/denoland/deno_install/master/install.ps1)

Note: Depending on your security settings, you may have to run Set-ExecutionPolicy RemoteSigned -Scope CurrentUser first to allow downloaded scripts to be executed.

Try it:

> deno http://deno.land/thumb.ts