Skip to content

Instantly share code, notes, and snippets.

@fyquah
Created August 26, 2014 10:44
Show Gist options
  • Save fyquah/f96774ca9de52c0e5075 to your computer and use it in GitHub Desktop.
Save fyquah/f96774ca9de52c0e5075 to your computer and use it in GitHub Desktop.
Installing Qhost
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