Skip to content

Instantly share code, notes, and snippets.

@hacksalot
Last active January 28, 2018 21:32
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 hacksalot/14a0207fb4d4c9294b3e5f4982fa1cec to your computer and use it in GitHub Desktop.
Save hacksalot/14a0207fb4d4c9294b3e5f4982fa1cec to your computer and use it in GitHub Desktop.
Install HackMyResume on Ubuntu 16.04 LTS

Clone and install HMR...

git clone https://github.com/hacksalot/HackMyResume.git
cd HackMyResume
npm install

Install Mocha and Grunt...

sudo npm install -g mocha
sudo npm install -g grunt-cli

I don't like using sudo except when necessary. If you don't like using sudo except when necessary, and you don't want to use sudo every time you install a global NPM module:

https://www.devin-clark.com/global-npm-install-without-sudo.html

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