Only the first release uses these instructions. The newer releases are
much easier since all of this is automated now.
- Unpack the archive where you want to install grouphug
tar -xzf grouphug-0.1.tar.gz
cd grouphug-0.1
- Within the unpacked directory, set the home directory for grouphug
mkdir -p ~/.grouphug
pwd > ~/.grouphug/ghhome
- Copy gh to ~/bin
mkdir -p ~/bin
cp gh ~/bin