Skip to content

v0.1.1

Compare
Choose a tag to compare
@denobot denobot released this 28 Aug 14:00

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