summaryrefslogtreecommitdiffstats
path: root/pasture/source/mesa-7.8.2/README.GIT
diff options
context:
space:
mode:
Diffstat (limited to 'pasture/source/mesa-7.8.2/README.GIT')
-rw-r--r--pasture/source/mesa-7.8.2/README.GIT16
1 files changed, 16 insertions, 0 deletions
diff --git a/pasture/source/mesa-7.8.2/README.GIT b/pasture/source/mesa-7.8.2/README.GIT
new file mode 100644
index 000000000..4e79f374c
--- /dev/null
+++ b/pasture/source/mesa-7.8.2/README.GIT
@@ -0,0 +1,16 @@
+Anonymous git Access
+
+ To get the Mesa sources anonymously (read-only):
+
+ 1. Install the git software on your computer if needed.
+
+ 2. Get an initial, local copy of the repository with:
+
+ git clone git://anongit.freedesktop.org/git/mesa/mesa
+
+
+ 3. Later, you can update your tree from the master repository with:
+
+ git pull origin
+
+