Skip to content

Instantly share code, notes, and snippets.

@darthneel
Last active August 29, 2015 14:17
Show Gist options
  • Save darthneel/a4790e69263009195d1f to your computer and use it in GitHub Desktop.
Save darthneel/a4790e69263009195d1f to your computer and use it in GitHub Desktop.

###Copy and paste each of the below steps into your Terminal.

###Be sure to do one at a time and wait for a command to finish before inputting the next one.


  1. mkdir ~/.temp_wdisubmit_gemfile

  2. git clone [email protected]:darthneel/wdi-submit-hw.git ~/.temp_wdisubmit_gemfile

  3. cd ~/.temp_wdisubmit_gemfile

  4. sudo gem build wdi-submit-hw.gemspec

  5. sudo gem install wdi-submit-hw-0.0.4.gem

  6. touch ~/.bash_profile

  7. echo "alias submit_hw='~/.temp_wdisubmit_gemfile/bin/submit_hw'" >> ~/.bash_profile

  8. source ~/.bash_profile

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