tmux observer
0
fork

Configure Feed

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

Fix install docs: install from source, not PyPI

Packages aren't published to PyPI yet. Document clone + pipx install
from local source as the actual install method.

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

+5 -3
+5 -3
README.md
··· 4 4 5 5 ## Install 6 6 7 + Packages are not yet on PyPI. Install from source: 8 + 7 9 ```bash 8 - pipx install solstone-tmux 9 - # or 10 - uv tool install solstone-tmux 10 + git clone https://github.com/solpbc/solstone-tmux.git 11 + cd solstone-tmux 12 + pipx install . 11 13 ``` 12 14 13 15 ## Setup