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 /README.md | |
parent | 8a3da522978123e9c37c26111694e79901d5f8c2 (diff) |
add instructions about make PREFIX=...
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md index 7b0cb55..c6519a5 100644 --- a/README.md +++ b/README.md @@ -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 |