From 9984eda5f1471eb8802cfa11f2fc088aa204153b Mon Sep 17 00:00:00 2001
From: Christopher Guindon <chris.guindon@eclipse-foundation.org>
Date: Wed, 15 Nov 2017 11:33:49 -0500
Subject: [PATCH] add missing css

Update readme.md with more specific installations details.

Signed-off-by: Christopher Guindon <chris.guindon@eclipse-foundation.org>
---
 README.md          | 6 +++++-
 styles/styles.less | 1 +
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 07687be..25adfe7 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 6fbc671..e885ab1 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{
-- 
GitLab