diff options
| -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. |
