Browse Source

updated readme

Bachir Soussi Chiadmi 7 years ago
parent
commit
3a4a5d43d8
1 changed files with 5 additions and 3 deletions
  1. 5 3
      README.md

+ 5 - 3
README.md

@@ -16,9 +16,11 @@ gulp is watching assets files to convert scss to css and then rebuild html pages
 gulp is also runing once on launch a webserver accessible a localhost:8000 and the bin/sync script
 
 ## use
-- sync : configure the git repository url of md book in bin/sync
-- run gulp from terminal
+- clone this repos
+- run ```npm install```
+- sync : configure the git repository url of md book in *bin/sync*
+- run ```gulp``` from terminal
 - configure book's main properties in assets/css/setup.scss and assets/js/setup.js
-- access to your book at localhost:8000 from a css-region-compatible webbrowser
+- access to your book at ```localhost:8000``` from a css-region-compatible webbrowser
 - start to design your book with assets/css/styles.css
 - it's also possible to add any dynamic javascript formatting with assets/js/script.js