mirror of
https://github.com/danbulant/deno_install
synced 2026-06-19 14:31:43 +00:00
8 lines
188 B
Markdown
8 lines
188 B
Markdown
# Deno Binary Installer
|
|
|
|
Downloads the latest Deno binary into $HOME/.deno/bin
|
|
|
|
Usage:
|
|
```
|
|
curl -sSf https://raw.githubusercontent.com/denoland/deno_install/master/install.py | python
|
|
```
|