linux observer
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs(install): point users at sol observer install

Add a top-of-file callout so most users run the managed install path from the solstone host instead of following this file by hand. Manual instructions retained for developers building from source.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

+2
+2
INSTALL.md
··· 4 4 5 5 solstone must already be installed and running. if it isn't, start there: https://solstone.app/install 6 6 7 + > **most users should run `sol observer install` from the solstone host instead of following this file by hand.** that one command handles the clone, the system-package preflight, the build, the registration, and the systemd unit — including a `--dry-run` mode to preview every step. the instructions below are for developers building from source or troubleshooting the install. 8 + 7 9 ## before you begin 8 10 9 11 if `sol` is not in PATH, check `~/.local/bin/sol` or use `.venv/bin/sol` inside the solstone repo.