aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoswret2026-05-12 19:12:50 -0500
committerfoswret2026-05-12 19:12:50 -0500
commit2b67389eb01e3a9df2a3e6a44b4b6158c827cd61 (patch)
treec82a2bd39c48e719ddb7b851e67e3eeee95cc593
parent428216caffe8e04b1959b7171ad2de9ebb540c50 (diff)
add to README.md
-rw-r--r--README.md12
1 files 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.