More docs

This commit is contained in:
2026-05-10 16:34:54 +10:00
parent a7d55a9d33
commit bb3acc3f4a
22 changed files with 434 additions and 1 deletions

23
src/building_manually.md Normal file
View File

@@ -0,0 +1,23 @@
# Building Manually
Refer to [Build Dependencies](build_dependencies.md) for instructions on how to install dependencies.
Build and install Ground:
```sh
git clone https://chookspace.com/ground/ground
cd ground
make
sudo make install
cd ..
```
After this, build and install Solstice:
```sh
git clone https://chookspace.com/solstice/solstice
cd solstice
make
sudo make install
cd ..
```