mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
faq: fix typo in git command
This commit is contained in:
parent
73953055af
commit
130592bbbb
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue