소스 검색

Merge pull request #32 from mkroehnert/master

update README with installing dependencies via bower
Manfred Kröhnert 10 년 전
부모
커밋
523eb2c3ff
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