deno_install/README.md
2018-11-17 13:44:08 +08:00

1 KiB

Deno Binary Installer

Linux Windows
Build Status Build status

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

Install with Python:

curl -L https://deno.land/x/install/install.py | python

Install with PowerShell:

iex (iwr https://deno.land/x/install/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.

Install other versions

If you need to install specific version of deno, use the following commands:

Install with Python:

curl -L https://deno.land/x/install/install.py | python - v0.2.0

(PowerShell version is not available yet)