egl: avoid local modifications for eglext.h Khronos standard header file
[mesa.git] / docs / repository.html
index 012d3d9ba089a1a7f1f524780372e921f5c18b87..6f8d65ce366a4399fac3bf6ae5afa78b2f1e2d70 100644 (file)
@@ -51,17 +51,11 @@ To get the Mesa sources anonymously (read-only):
 <ol>
 <li>Install the git software on your computer if needed.
 <li>Get an initial, local copy of the repository with:
-    <pre>
-    git clone https://gitlab.freedesktop.org/mesa/mesa.git
-    </pre>
+    <pre>git clone https://gitlab.freedesktop.org/mesa/mesa.git</pre>
 <li>Later, you can update your tree from the master repository with:
-    <pre>
-    git pull origin
-    </pre>
+    <pre>git pull origin</pre>
 <li>If you also want the Mesa demos/tests repository:
-    <pre>
-    git clone https://gitlab.freedesktop.org/mesa/demos.git
-    </pre>
+    <pre>git clone https://gitlab.freedesktop.org/mesa/demos.git</pre>
 </ol>