From cc5b3e09fb970ce52e66d25bf282166970b71406 Mon Sep 17 00:00:00 2001
From: Johannes Knoedtel <johannes.knoedtel@fau.de>
Date: Tue, 5 Apr 2016 13:42:01 +0200
Subject: [PATCH] write a reasonable README.md

---
 README.md | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 11bb10e..9841d6e 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,5 @@
 # Grill me Senpai!!!
 
-FIXME
-
 ## Prerequisites
 
 You will need [Leiningen][1] 2.0 or above installed.
@@ -10,10 +8,10 @@ You will need [Leiningen][1] 2.0 or above installed.
 
 ## Running
 
-To start a web server for the application, run:
-
-    lein ring server
+1. Add a database profile: ```echo '{:profiles/dev {:env {:database-url "jdbc:h2:./gms_dev.db"}}}' > profiles.clj```
+2. Create the database and the needed tables using Migratus: ```lein migratus```
+3. Start the server: ```lein run```
 
 ## License
 
-Copyright © 2015 FIXME
+Copyright © 2016 Johannes Knödtel
\ No newline at end of file
-- 
GitLab