[MPlayer-DOCS] [homepage]: r3399 - trunk/src/news.en

reimar subversion at mplayerhq.hu
Fri Mar 6 18:14:52 CET 2009


Author: reimar
Date: Fri Mar  6 18:14:50 2009
New Revision: 3399

Log:
Properly escape && in git-checkout-commandline

Modified:
   trunk/src/news.en

Modified: trunk/src/news.en
==============================================================================
--- trunk/src/news.en	Fri Mar  6 18:09:46 2009	(r3398)
+++ trunk/src/news.en	Fri Mar  6 18:14:50 2009	(r3399)
@@ -308,9 +308,9 @@
 branch, which allows you to use multiple cores/CPU. <b>(all OS and CPU supported)</b>
 <br><br>
 To install, copy and paste this line:<br>
-<i>git clone git://repo.or.cz/mplayer && cd mplayer && git checkout origin/mt
-&& git submodule init && git submodule update && ./configure && make
-&& make install</i>
+<i>git clone git://repo.or.cz/mplayer &amp;&amp; cd mplayer &amp;&amp; git checkout origin/mt
+&amp;&amp; git submodule init &amp;&amp; git submodule update &amp;&amp; ./configure &amp;&amp; make
+&amp;&amp; make install</i>
 <br>
 To enable threading run <i>mplayer -lavdopts threads=</i><b>N</b> file.mkv
 where N is the number of threads you want to use.



More information about the MPlayer-DOCS mailing list