Skip to content

Instantly share code, notes, and snippets.

@koumaza
Last active September 10, 2020 07:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save koumaza/b50c4e0fc8b73df3c1d6d28ae87399e4 to your computer and use it in GitHub Desktop.
Save koumaza/b50c4e0fc8b73df3c1d6d28ae87399e4 to your computer and use it in GitHub Desktop.
curl -sL https://gist.github.com/koumaza/b50c4e0fc8b73df3c1d6d28ae87399e4/raw/ee7a9f61069d8fdb5a798f607a67d2856ce7b75c/initdeno.sh | bash
#!/usr/bin/env bash
curl -fsSL https://deno.land/x/install/install.sh | sh
echo 'export DENO_INSTALL="~/.deno"' >> ~/.bashrc
echo 'export PATH="$DENO_INSTALL/bin:$PATH"' >> ~/.bashrc
source ~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment