diff options
| author | foswret | 2026-05-12 19:12:50 -0500 |
|---|---|---|
| committer | foswret | 2026-05-12 19:12:50 -0500 |
| commit | 2b67389eb01e3a9df2a3e6a44b4b6158c827cd61 (patch) | |
| tree | c82a2bd39c48e719ddb7b851e67e3eeee95cc593 | |
| parent | 428216caffe8e04b1959b7171ad2de9ebb540c50 (diff) | |
add to README.md
| -rw-r--r-- | README.md | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -1,14 +1,20 @@ calp: generate reproduceable, printable calendars from the terminal. # Dependencies -- pango +- gcc - pkgconf -- cairo +- pangocairo - MagickWand # Install +```shell +make install +``` -# Usage +# Uninstall +```shell +make uninstall +``` # Known Issues - Accuracy of dates deviates when approaching the beginning of A.D. |
