[FFmpeg-devel] [PATCH 3/3] download: move git istructions and remove optional argument
Francesco Cosoleto
cosoleto at gmail.com
Wed Sep 28 22:59:43 CEST 2011
Signed-off-by: Francesco Cosoleto <cosoleto at gmail.com>
---
src/download | 28 ++++++++++++++--------------
1 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/src/download b/src/download
index 26660b0..238d89a 100644
--- a/src/download
+++ b/src/download
@@ -15,6 +15,20 @@ Given the decentralized nature of Git, multiple repositories from
developers and groups of developers are available.
</p>
+<p>
+You can retrieve the source code through the standard Git client by
+using the command:
+</p>
+
+<blockquote>
+<pre>git clone <i>CLONE_URL</i></pre>
+</blockquote>
+
+<p>
+where <i>CLONE_URL</i> is one of the Git clone URLs listed in the
+table below.
+</p>
+
<table id="repos">
<thead>
<tr>
@@ -122,20 +136,6 @@ developers and groups of developers are available.
</tbody>
</table>
-<p>
-You can retrieve the source code through the standard Git client by
-using the command:
-</p>
-
-<blockquote>
-<pre>git clone <i>CLONE_URL</i> ffmpeg</pre>
-</blockquote>
-
-<p>
-where <i>CLONE_URL</i> is one of the Git clone URLs listed in the
-table above.
-</p>
-
<h2>FFmpeg Repository Snapshots</h2>
--
1.7.3.4
More information about the ffmpeg-devel
mailing list