diff options
Diffstat (limited to 'patches/source/mesa/README.GIT')
-rw-r--r-- | patches/source/mesa/README.GIT | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/patches/source/mesa/README.GIT b/patches/source/mesa/README.GIT new file mode 100644 index 00000000..4e79f374 --- /dev/null +++ b/patches/source/mesa/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 + + |