this repo has no description
3
fork

Configure Feed

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

readme: add installation instructions

Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>

+11
+11
README.md
··· 4 4 5 5 ![screenshot of comlink](screenshot.png) 6 6 7 + ## Installation 8 + 9 + `comlink` is written in zig and can be installed using the zig build system, 10 + version 0.12.0. 11 + 12 + ```sh 13 + git clone https://github.com/rockorager/comlink 14 + cd comlink 15 + zig build -Doptimize=ReleaseSafe --prefix ~/.local 16 + ``` 17 + 7 18 ## Configuration 8 19 9 20 Configuration is loaded from `$HOME/.config/comlink/init.lua`