From bcfb90208ca2efe9220887b9fbba41230152e2b6 Mon Sep 17 00:00:00 2001
From: "Sven M. Hallberg" <pesco@khjk.org>
Date: Thu, 28 Nov 2019 16:42:44 +0100
Subject: [PATCH] add README

---
 README | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 README

diff --git a/README b/README
new file mode 100644
index 0000000..0dc644d
--- /dev/null
+++ b/README
@@ -0,0 +1,12 @@
+Beginnings of a PDF parser in Hammer
+====================================
+
+ - Currently needs a custom Hammer branch. You'll need to build against this:
+
+   https://gitlab.special-circumstanc.es/pesco/hammer/tree/pdf
+
+ - Build/Usage:
+
+       $ make pdf
+       $ ./pdf test.pdf
+
-- 
GitLab