浏览代码

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