mirror of
https://github.com/danbulant/deno_install
synced 2026-05-19 04:08:42 +00:00
No description
| .appveyor.yml | ||
| .travis.yml | ||
| install.ps1 | ||
| install.py | ||
| install_test.py | ||
| README.md | ||
Deno Binary Installer
| Linux | Windows |
|---|---|
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.