docs(dashboard): improve instructions

This commit is contained in:
Rob Szumski 2013-10-11 15:37:30 -07:00
parent 52c34a2323
commit e1186bbead

View File

@ -2,6 +2,8 @@
## Developing ## Developing
If you'd like to contribute to the etcd dashboard mod, follow these instructions. For contributing to the rest of etcd, see the contributing document in the root of the repository.
### Install yeoman ### Install yeoman
http://yeoman.io/ http://yeoman.io/
@ -12,7 +14,7 @@ http://yeoman.io/
npm install npm install
``` ```
### Install Bower ### Install Bower Components
``` ```
bower install bower install
@ -20,4 +22,6 @@ bower install
### View in Browser ### View in Browser
Run etcd like you normally would and afterward browse to:
http://localhost:4001/etcd/mod/dashboard/ http://localhost:4001/etcd/mod/dashboard/