No description
Find a file
2018-09-12 13:54:37 -07:00
.appveyor.yml Add appveyor test for powershell based installer 2018-09-12 13:53:07 -07:00
.travis.yml Add .travis.yml 2018-09-07 09:47:58 -04:00
install.ps1 Add PowerShell install script 2018-09-12 13:49:32 -07:00
install.py Add TODOs. 2018-09-06 01:19:58 -04:00
install_test.py Port install_test to python3 2018-09-07 09:47:58 -04:00
README.md Appveyor badge should point at master branch 2018-09-12 13:54:37 -07:00

Deno Binary Installer

Linux Windows
Build Status Build status

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.