diff --git a/README b/README
index 20474567a7..7df881048c 100644
--- a/README
+++ b/README
@@ -1,5 +1,17 @@
 Tool to quickly deploy openstack dev environments
 
+Be sure to carefully read these scripts before you run them as they install software and may alter your networking configuration.
+
+# To start a dev cloud on your local machine (installing on a dedicated vm is safer!):
+
+    ./stack.sh
+
+# To start a dev cloud in an lxc container:
+
+    ./build_lxc.sh
+
+You will need to configure a bridge and network on your host machine (by default br0) before starting build_lxc.sh.  A sample host-only network configuration can be found in lxc_network_hostonlyplusnat.sh.
+
 # Todo
 
 * Add python-novaclient cli support
diff --git a/stackrc b/stackrc
index 8bc455e701..deb467bfa7 100644
--- a/stackrc
+++ b/stackrc
@@ -16,7 +16,7 @@ NOVNC_BRANCH=master
 
 # django powered web control panel for openstack
 DASH_REPO=https://github.com/cloudbuilders/openstack-dashboard.git
-DASH_BRANCH=glance_type_image
+DASH_BRANCH=master
 
 # add nixon, will use this to show munin graphs in dashboard
 NIXON_REPO=https://github.com/cloudbuilders/nixon.git