diff options
| author | wrmr | 2025-06-24 17:27:57 -0400 |
|---|---|---|
| committer | wrmr | 2025-06-24 17:27:57 -0400 |
| commit | 3ac481da3fdf4a614abf2fa50ee642df12fdd0f0 (patch) | |
| tree | 80be96d767cebf43e0046c3725cc5643e13dbc3d | |
| parent | 8a3da522978123e9c37c26111694e79901d5f8c2 (diff) | |
add instructions about make PREFIX=...
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -14,7 +14,8 @@ epoch at the time of their creation. ## 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 +executable in `~/.local/bin/cbink`, but you can override it with e.g. +`make install PREFIX="${HOME}"`), or just do `cc main.c -o cbink -lncursesw`. ## keyboard shortcuts |
