diff --git a/INSTALL.mkd b/INSTALL.mkd
deleted file mode 100644
index df449a2..0000000
--- a/INSTALL.mkd
+++ /dev/null
@@ -1,19 +0,0 @@
-# About
-
-Scrape the book list from the "Book of the month" project and generate a nice
-looking visual representation of the book covers.
-
-# Building
-
- lein uberjar
- java -jar target/buchdesmonats-1.7-standalone.jar
-
- cp target/buchdesmonats-1.7-standalone.jar buchdesmonats-1.7.jar
- docker build -t buchdesmonats .
-
-# Running
-
-Run this periodically:
-
- docker run --rm -v "$PWD/public:/buchdesmonats/public/" buchdesmonats
-
diff --git a/README.mkd b/README.mkd
index a83b319..739bd8f 100644
--- a/README.mkd
+++ b/README.mkd
@@ -9,7 +9,7 @@ list. This includes books and comics.
## Usage
- $ target/buchdesmonats-1.7-standalone.jar [book|comic]
+ $ java -jar target/buchdesmonats-2.0-standalone.jar [book|comic]
## Docker
@@ -19,12 +19,25 @@ the container stops. The Dockerfile is a multi stage dockerfile, which
first compiles the clojure files into a standalone jar file and then use
it to generate the book of the month content.
- $ docker build . -t bdm:1.7
+ $ docker build . -t bdm:latest
Run this periodically:
- $ docker run -it -v "$PWD/public:/app/public" -e "TYPE=book" bdm:1.7
- $ docker run -it -v "$PWD/public:/app/public" -e "TYPE=comic" bdm:1.7
+ $ docker run -it -v "$PWD/public:/app/public" -e "TYPE=book" bdm:latest
+ $ docker run -it -v "$PWD/public:/app/public" -e "TYPE=comic" bdm:latest
+
+If you want to run this in a cronjob, remove the ```-t``` from the docker run
+command, because we do not have a tty.
+
+## Update
+
+ $ git revert .
+ $ git pull
+ $ docker build . t bdm:latest
+
+Keep in mind that the ```git revert .``` is needed because the bdm.jar file
+itself will manipulate some of the templates in ```public/``` which will be
+conflicted with the version in git.
## Authors
diff --git a/src/buchdesmonats/book.html b/src/buchdesmonats/book.html
deleted file mode 100644
index 314d3f7..0000000
--- a/src/buchdesmonats/book.html
+++ /dev/null
@@ -1,32 +0,0 @@
-
-
-
-
- okoyono.de -- Buch des Monats
-
-
-
-
-
-
-
-
Buch des Monats
-
Handerlesen und für gut befunden seit 2010
- von Michael
- Reutter. Jeden Monat ein neues Buch aus seiner Sammlung zu den
- Themengebieten Netzkultur, Geektum, Computerspiele und Cyberpunk. Diese
- Bücherliste ist mittlerweile Anlaufstelle für so manchen Leser der nach
- neuem Stoff sucht. Die Buchcover stammen
- von Lovely
- Books, der
- Code von Aaron Fischer.
- Ein økoyono Projekt.