From f3890c633cfb1cfa32328d5b810b6ffd1ecf1a0d Mon Sep 17 00:00:00 2001
From: Franz Zieris <fzieris@mi.fu-berlin.de>
Date: Sun, 30 Apr 2017 14:01:47 +0000
Subject: [PATCH] Add readme.md

---
 README.md | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 README.md

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..2384891
--- /dev/null
+++ b/README.md
@@ -0,0 +1,17 @@
+# Thesis Template
+
+## Prerequisites
+
+You want to have the following things installed if you want to use this template:
+ * A LaTeX backend (e.g. [TeX Live](https://www.tug.org/texlive) or [MikTeX](https://miktex.org))
+ * A comfortable text editor (e.g. [Notepad++](https://notepad-plus-plus.org)) or a LaTeX frontend (e.g. [TeXstudio](http://www.texstudio.org))
+ * A BibTeX manager (e.g. [JabRef](http://www.jabref.org))
+
+## HowTo
+
+To create a PDF file manually (i.e. if you don't use a LaTeX frontend), you need to call:
+ * `pdflatex thesis`
+ * `bibtex thesis`
+ * `pdflatex thesis`
+ * `pdflatex thesis`
+ 
\ No newline at end of file
-- 
GitLab