aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7f274a5..21ab165 100644
--- a/README.md
+++ b/README.md
@@ -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`