فهرست منبع

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