We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
59f3fca
Install with
curl -sSf https://raw.githubusercontent.com/denoland/deno_install/master/install.py | python
cce3bd4
curl -sSf https://raw.githubusercontent.com/denoland/deno/master/tools/install.py | python
c42e4dd
These compressed files contain the deno executable. Here's an example of how you might extract it:
gunzip -c deno_osx_x64.gz > deno chmod u+x deno ./deno myscript.ts
68d3882
gunzip -c deno_mac_x64.gz > deno chmod u+x deno ./deno myscript.ts