summaryrefslogtreecommitdiff
path: root/Readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/Readme.md b/Readme.md
new file mode 100644
index 0000000..e51c6fa
--- /dev/null
+++ b/Readme.md
@@ -0,0 +1,14 @@
+# cpdf
+
+## What is this?
+A simple PDF viewer.
+
+## Building from source
+You need meson, ninja, qt5 and poppler-qt5.
+
+```sh
+mkdir build
+meson build
+ninja -C build
+```
+