Created
August 26, 2014 10:44
-
-
Save fyquah/f96774ca9de52c0e5075 to your computer and use it in GitHub Desktop.
Installing Qhost
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd $HOME | |
git clone https://github.com/fyquah95/qhost.git | |
gem install sinatra && gem install mercenary | |
mv qhost .qhost | |
mkdir -p $HOME/bin | |
ln -s $HOME/.qhost/qhost $HOME/bin/qhost | |
echo "$PATH=$HOME/bin:$PATH" >> $HOME/.bashrc | |
source $HOME/.bashrc | |
echo "installation is complete!" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment