fix build instructions
diff --git a/BUILD.md b/BUILD.md
index e888147..6a0d8bc 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -63,7 +63,8 @@
# Enable render nodes
options drm rnodes=1
EOF
-
+```
+```
sudo tee /etc/udev/rules.d/drm.rules << EOF
# Add permissions to render nodes
SUBSYSTEM=="drm", ACTION=="add", DEVPATH=="/devices/*/renderD*", MODE="020666"
diff --git a/README.md b/README.md
index 0681493..e93eb43 100644
--- a/README.md
+++ b/README.md
@@ -23,10 +23,9 @@
This release demonstrates a spinning textured cube as an example of the
vertical slice of XGL functionality running on Ubuntu 14.10 with an Intel
-GPU. Included are instructions for
-[building all the components](https://github.com/KhronosGroup/GL-Next/tree/master/BUILD.md)
-and
-[running the XGL spinning cube demo application](https://github.com/KhronosGroup/GL-Next/tree/master/demos/README.md).
+GPU.
+[BUILD.md](https://github.com/KhronosGroup/GL-Next/tree/master/BUILD.md)
+includes directions for building all the components, running the validation tests and running the demo applications.
Information on how to enable the API Dump and Validation layers is in
[layers/README.md](https://github.com/KhronosGroup/GL-Next/tree/master/layers/README.md).