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 /README.md | |
parent | 4eba2a6000403ec819e3444304feca7cb12622ac (diff) |
add building instructions
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md index c4ea5cf..7b0cb55 100644 --- a/README.md +++ b/README.md @@ -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 |