diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -3,9 +3,14 @@ calp attempts to generate dry and attractive calendars that can be printed. It i # Dependencies - `cairo` +- `gcc` # Install -- `make clean install` +``` +git clone https://git.foswret.com/calp +cd calp +make clean install +``` # Uninstall - `make uninstall` |
