diff options
-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 |