diff --git a/.gitignore b/.gitignore
index 9021ead..827b588 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ assets/
templates/
lists/
vendor/
+*~
diff --git a/README.md b/README.md
index 5359431..3a28b38 100644
--- a/README.md
+++ b/README.md
@@ -24,6 +24,16 @@ gulp sass
gulp coffee
```
+Make sure you have dart installed on your system and run
+
+```
+cd res/dart/
+```
+
+```
+dart2js -m -o main.js main.dart
+```
+
Create the folders `templates`, `assets` and `lists` and make sure that the server can write in these folders.
Finally remove the example files.
diff --git a/filespread.ini b/filespread.ini
index 8f74fab..f1cac2c 100644
--- a/filespread.ini
+++ b/filespread.ini
@@ -10,3 +10,6 @@ timezone = "UTC"
email = "example@example.com"
; name which is given as a sender name
name = "John"
+; reply address
+; if not set, the values above will be used
+reply = ""
\ No newline at end of file
diff --git a/index.html b/index.html
index 3150783..fa3e474 100755
--- a/index.html
+++ b/index.html
@@ -171,5 +171,6 @@
+