feat(dashboard/README): initial commit

This commit is contained in:
Brandon Philips
2013-09-27 16:49:03 -07:00
parent 6a074d4f6f
commit bf5f0ab3f2

5
dashboard/README.md Normal file
View File

@@ -0,0 +1,5 @@
This directory holds the frontend for the etcd dashboard. To have etcd serve from this directory run:
```
ETCD_DASHBOARD_DIR=`pwd`/dashboard ./etcd
```