diff --git a/README.md b/README.md index c615a06..6a2dede 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ npm install composer install ``` -Make sure you have gulp installed on your system and run +Make sure you have gulp and the Dart SDK installed on your system and run ``` gulp sass @@ -24,14 +24,8 @@ 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 +gulp dart ``` Create the folders `templates`, `assets` and `lists` and make sure that the server can write in these folders.