Skip to content

Commit

Permalink
Merge pull request #1 from hawkular/theute-patch-1
Browse files Browse the repository at this point in the history
Fixing Dev install steps
  • Loading branch information
mtho11 committed Jan 29, 2015
2 parents 9b8476f + 6455764 commit 28d7146
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ _Dev Installs allow for live previewing changes as development occurs. Its an in
Assuming http://nodejs.org/[node.js/npm] is already installed:

....
npm install -g bower gulp typescript
sudo npm install -g bower gulp typescript
cd into the appropriate plugin directory `cd plugins/metrics`
npm install
bower install
gulp
In browser: Navigate to http://localhost:2772/
....
Expand Down

0 comments on commit 28d7146

Please sign in to comment.