浏览代码

update README with installing dependencies via bower

Manfred Kroehnert 10 年之前
父节点
当前提交
c46281e548
共有 1 个文件被更改,包括 7 次插入5 次删除
  1. 7 5
      README.md

+ 7 - 5
README.md

@@ -8,19 +8,21 @@ Getting started
 
 
 To get started you must first initialize the Git submodules these projects depend on:
 To get started you must first initialize the Git submodules these projects depend on:
 
 
-git submodule update --init --recursive
+`git submodule update --init --recursive`
+`cd vendor/amber`
+`bower install`  (requires bower to be installed: npm install -g bower)
 
 
 Afterwards execute one of the start scripts:
 Afterwards execute one of the start scripts:
 
 
-start.sh
-start.bat
+`start.sh`  (Linux, OS X)
+`start.bat` (Windows)
 
 
 and point your browser to
 and point your browser to
 
 
 http://localhost:4000/
 http://localhost:4000/
 
 
-Using Grunt.js
-==============
+Rebuilding examples using Grunt.js (development mode)
+====================================================
 
 
 Since Amber 0.10.0 Grunt.js is used as commandline build system.
 Since Amber 0.10.0 Grunt.js is used as commandline build system.
 To use it with the examples it is first necessary to install all dependencies with
 To use it with the examples it is first necessary to install all dependencies with