summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFulup Ar Foll <fulup@iot.bzh>2015-12-16 17:02:55 +0100
committerFulup Ar Foll <fulup@iot.bzh>2015-12-16 17:02:55 +0100
commit043898a1d4ab86e275e7e5981382a07eac530587 (patch)
treeb5db2133ad9eca5d02d3d57d959e934cc27065ca
parentc4e1fc1d683701400491a6ccfd8ccb0514dbd74b (diff)
Doc
-rw-r--r--afb-client/README.md20
1 files changed, 10 insertions, 10 deletions
diff --git a/afb-client/README.md b/afb-client/README.md
index e31390e..3893f1f 100644
--- a/afb-client/README.md
+++ b/afb-client/README.md
@@ -3,19 +3,19 @@
Install HTML5 development toolchain on your host
-1. Check out this repository
- git clone https://github.com/iotbzh/afb-client-sample.git
+ 1. Check out this repository
+ git clone https://github.com/iotbzh/afb-client-sample.git
-2) Install NodeJs [not used on target]
- zypper install nodejs
- yum install nodejs
+ 2) Install NodeJs [not used on target]
+ zypper install nodejs
+ yum install nodejs
-3) Install building tools [bower, gulp, ....]
- npm install # this install all development tool chain dependencies
- sudo npm install --global gulp # this is not mandatory but it will make your live simpler
+ 3) Install building tools [bower, gulp, ....]
+ npm install # this install all development tool chain dependencies
+ sudo npm install --global gulp # this is not mandatory but it will make your live simpler
-4. For livereload functionality [automatic refresh of HTML/CSS]
- install [livereload Chrome extension](https://chrome.google.com/webstore/detail/livereload/jnihajbhpnppcggbcgedagnkighmdlei)
+ 4. For livereload functionality [automatic refresh of HTML/CSS]
+ install [livereload Chrome extension](https://chrome.google.com/webstore/detail/livereload/jnihajbhpnppcggbcgedagnkighmdlei)
### Overload ./etc/Defaults.js with '.noderc.js'