diff options
| author | wrmr | 2025-06-23 17:14:27 -0400 |
|---|---|---|
| committer | wrmr | 2025-06-23 17:14:27 -0400 |
| commit | d66e948d4a5bb03ea09479ee7a326c95c1618871 (patch) | |
| tree | cce45bd256949329c1d50b98934a0ad993bf6c6a | |
| parent | 4eba2a6000403ec819e3444304feca7cb12622ac (diff) | |
add building instructions
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -11,6 +11,12 @@ epoch at the time of their creation. * a c11-compatible c compiler * libncursesw (with unicode support) +## building + +run `make` (and maybe `make install` --- by default this puts the +executable in `~/.local/bin/cbink`), or just do `cc main.c -o cbink +-lncursesw`. + ## keyboard shortcuts * `k` / `Up` --- up |
