summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Plattner <aplattner@nvidia.com>2015-05-14 22:28:35 -0700
committerAaron Plattner <aplattner@nvidia.com>2015-05-14 22:28:35 -0700
commiteaf83a03a72a746a263aae7af2cc0d3a7cc38de9 (patch)
tree3bed798bb8980c9b8016f9fe21ddd737474cadd5
parent313c014c9bba84cb4f177dcfbe2a1cdd8daab85c (diff)
Add a README
Change-Id: Icc09edf252d6b79088c2d26720681f733e804601
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..83bb445
--- /dev/null
+++ b/README.md
@@ -0,0 +1,9 @@
+1. Set up.
+
+ $ mkdir x
+ $ cd x
+ $ repo init -u git://people.freedesktop.org/~aplattner/xorg-manifest
+ $ repo sync -j4
+ $ repo forall -c git submodule update --init
+
+2. Enjoy.