###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.
-
mkdir ~/.temp_wdisubmit_gemfile
-
git clone [email protected]:darthneel/wdi-submit-hw.git ~/.temp_wdisubmit_gemfile
-
cd ~/.temp_wdisubmit_gemfile
-
sudo gem build wdi-submit-hw.gemspec
-
sudo gem install wdi-submit-hw-0.0.4.gem
-
touch ~/.bash_profile
-
echo "alias submit_hw='~/.temp_wdisubmit_gemfile/bin/submit_hw'" >> ~/.bash_profile
-
source ~/.bash_profile