浏览代码

feat(dashboard/README): initial commit

Brandon Philips 12 年之前
父节点
当前提交
84ea824b96
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      dashboard/README.md

+ 5 - 0
dashboard/README.md

@@ -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
+```