mirror of
https://github.com/danbulant/deno_install
synced 2026-06-15 04:31:03 +00:00
863 B
863 B
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.