mirror of
https://github.com/danbulant/deno_install
synced 2026-06-22 00:01:55 +00:00
12 lines
523 B
Markdown
12 lines
523 B
Markdown
# Deno Binary Installer
|
|
|
|
| **Linux** | **Windows** |
|
|
|:---------------:|:-----------:|
|
|
| [](https://travis-ci.com/denoland/deno_install) | [](https://ci.appveyor.com/project/deno/deno-install) |
|
|
|
|
Downloads the latest Deno binary into $HOME/.deno/bin
|
|
|
|
Usage:
|
|
```
|
|
curl -sSf https://raw.githubusercontent.com/denoland/deno_install/master/install.py | python
|
|
```
|