curl -sL https://gist.github.com/koumaza/b50c4e0fc8b73df3c1d6d28ae87399e4/raw/ee7a9f61069d8fdb5a798f607a67d2856ce7b75c/initdeno.sh | bash
Last active
September 10, 2020 07:04
-
-
Save koumaza/b50c4e0fc8b73df3c1d6d28ae87399e4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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