소스 검색

feat(dashboard/README): initial commit

Brandon Philips 13 년 전
부모
커밋
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
+```