Skip to content

Instantly share code, notes, and snippets.

@tim-we
Last active December 17, 2020 13:34
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 tim-we/8ecd111b1a1204d324d9330663f56efe to your computer and use it in GitHub Desktop.
Save tim-we/8ecd111b1a1204d324d9330663f56efe to your computer and use it in GitHub Desktop.
How to install things

Ubuntu/Linux Mint 20

Install nodejs

curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -

sudo apt-get install -y nodejs

Install Haskell stack on Ubuntu/Linux Mint 20:

sudo apt install haskell-stack libc6-dev libz-dev

stack upgrade

stack update

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment