Improve installation recipe
diff --git a/README.md b/README.md
index 705509a..060e0ee 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,6 @@
```
$ git clone https://github.com/KorAP/Kalamar
-$ cd Kalamar
```
### Generate Static Asset Files
@@ -28,6 +27,8 @@
rights.
```
+$ cd Kalamar
+$ npm install -g grunt-cli
$ npm install
$ grunt
```
@@ -52,17 +53,12 @@
Then install the dependencies as always and run the test suite.
```
+$ cd Kalamar
$ cpanm --installdeps .
$ perl Makefile.PL
$ make test
```
-If you want to install Kalamar (which is not necessary), run
-
-```
-$ cpanm .
-```
-
Kalamar can be deployed like all
[Mojolicious apps](http://mojolicio.us/perldoc/Mojolicious/Guides/Cookbook#DEPLOYMENT).
The easiest way is to start the built-in server: