From 2b67389eb01e3a9df2a3e6a44b4b6158c827cd61 Mon Sep 17 00:00:00 2001 From: foswret Date: Tue, 12 May 2026 19:12:50 -0500 Subject: add to README.md --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 705f456..291f89f 100644 --- a/README.md +++ b/README.md @@ -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. -- cgit v1.2.3