[gst-cvs] gstreamer: faq: fix typo in git command
Edward Hervey
bilboed at kemper.freedesktop.org
Mon Mar 16 12:20:30 PDT 2009
Module: gstreamer
Branch: master
Commit: 130592bbbb14fc716f41103e6908492cf3385f1c
URL: http://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=130592bbbb14fc716f41103e6908492cf3385f1c
Author: Edward Hervey <bilboed at bilboed.com>
Date: Mon Mar 16 20:12:45 2009 +0100
faq: fix typo in git command
---
docs/faq/git.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/docs/faq/git.xml b/docs/faq/git.xml
index 5ae5949..4b8e91d 100644
--- a/docs/faq/git.xml
+++ b/docs/faq/git.xml
@@ -21,7 +21,7 @@ set of plugins. Finally, you may also be interested in "gst-plugins-ugly",
To check out the latest git version of the core and the basic modules, use
<programlisting>
for module in gstreamer gst-plugins-base gst-plugins-good; do
- git clone git://anongit.freedesktop.org:/git/gstreamer/$module ;
+ git clone git://anongit.freedesktop.org/git/gstreamer/$module ;
done
</programlisting>
This will create three directories in your current directory: "gstreamer",
More information about the Gstreamer-commits
mailing list