From b4d90d9d9ee8a3872330b500873270e169b3f4ab Mon Sep 17 00:00:00 2001 From: Joshua Moerman Date: Thu, 3 Jul 2014 18:44:07 +0200 Subject: [PATCH] Adds readme for the github repo --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..04bf0e8 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +My thesis +========= + +At the time of writing this repo consists of some notes only. +Will be about rational homotopy theory or something. + +## building +It will create a build directory for all those stupid latex files. + +``` +cd thesis +make +open thesis.pdf +``` +