Skip to content

Instantly share code, notes, and snippets.

@lee-pai-long
Last active January 20, 2016 14:24
Show Gist options
  • Save lee-pai-long/533f6c4676fbfc6048b4 to your computer and use it in GitHub Desktop.
Save lee-pai-long/533f6c4676fbfc6048b4 to your computer and use it in GitHub Desktop.

[LINUX MINT 17.2] Install NodeJS 5

$ curl -sL https://deb.nodesource.com/setup_5.x | \
> [sudo] -E bash - && \
> [sudo] apt-get install nodejs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment