Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Building Manually

Refer to Build Dependencies for instructions on how to install dependencies.

Build and install Ground:

git clone https://chookspace.com/ground/ground
cd ground
make
sudo make install
cd ..

After this, build and install Solstice:

git clone https://chookspace.com/solstice/solstice
cd solstice
make
sudo make install
cd ..