diff --git a/dashboard/README.md b/dashboard/README.md new file mode 100644 index 000000000..a87b7eecb --- /dev/null +++ b/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 +```