Преглед на файлове

Fix README's 'Getting started'.

Herbert Vojčík преди 10 години
родител
ревизия
5915fc943a
променени са 1 файла, в които са добавени 7 реда и са изтрити 4 реда
  1. 7 4
      root/README.md

+ 7 - 4
root/README.md

@@ -4,11 +4,14 @@
 
 ## Getting Started
 
-Installing dependencies:
+Brought project alive (for example after `git clone`):
 
-```
+```sh
 npm install
+bower install
+grunt devel
 ```
 
-Open `index.html` in your browser and follow the instructions
-
+Developing the project (after brought alive):
+ 
+Start server with `amber serve` and go to `http://localhost:4000/` in your browser and follow the instructions