Skip to content

Instantly share code, notes, and snippets.

@chrisdhanaraj
Created June 18, 2017 18:24
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 chrisdhanaraj/042011580208f42d93486c6312999a76 to your computer and use it in GitHub Desktop.
Save chrisdhanaraj/042011580208f42d93486c6312999a76 to your computer and use it in GitHub Desktop.
Setup your terminal
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
sudo apt get update && sudo apt-get install yarn git make build-essential
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment