From bf5f0ab3f26b96e96483dd042f1e810297428ded Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Fri, 27 Sep 2013 16:49:03 -0700 Subject: [PATCH] feat(dashboard/README): initial commit --- dashboard/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 dashboard/README.md 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 +```