diff --git a/README.md b/README.md
index 07687beba6c0b2728ecf9ac14cc82414127f5f84..25adfe719084d3e3e3d55c0f66ec7990b2dec080 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,12 @@
 # Eclipse Api RESTful API
 Source files for the API should be placed in __src__ folder.
 
+## Installation
+To install dependencies, run ___npm install && bower install && cd bower_components/solstice && bower install && cd ../../ ___.
+
+## Usage
 To generate some pretty HTML into the docs folder, run ___grunt build___ at the command line.
 
 To help development, if you run ___grunt serve___, the HTML will be accessible from http://localhost:8080/index.html 
 
-When you same one of the source files, this page will automatically refresh.
\ No newline at end of file
+When you save one of the source files, this page will automatically refresh.
\ No newline at end of file
diff --git a/styles/styles.less b/styles/styles.less
index 6fbc671153a08d4a247f4e72e8f3329dda5e9bed..e885ab1f874d84b4bed540894b04c709776077aa 100644
--- a/styles/styles.less
+++ b/styles/styles.less
@@ -4,6 +4,7 @@
 // author: Christopher Guindon <chris.guindon@eclipse.org>
 // -------------------------------------------------------
 
+@import url("../node_modules/aglio-theme-olio/styles/layout-default.less");
 @import url("../bower_components/solstice/stylesheets/_core/barebone/styles.less");
 
 body,html{