personal memory agent
0
fork

Configure Feed

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

Add sck-cli build instructions for macOS

macOS screen/audio capture requires sck-cli. Added clone, make,
and install steps to the macOS prerequisites section.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

+9
+9
docs/INSTALL.md
··· 33 33 brew install python git ffmpeg 34 34 ``` 35 35 36 + **Screen/audio capture** requires [sck-cli](https://github.com/quartzjer/sck-cli): 37 + 38 + ```bash 39 + git clone https://github.com/quartzjer/sck-cli.git 40 + cd sck-cli 41 + make 42 + sudo make install 43 + ``` 44 + 36 45 --- 37 46 38 47 ## Installation