bagder: curl-www _source.html,1.1,1.2

[email protected] Sun, 21 Mar 2010 23:23:58 +0000
Newsgroups gmane.comp.web.curl.www.cvs
Message-ID <[email protected]>
Update of /cvsroot/curl/curl-www
In directory giant.haxx.se:/var/tmp/cvs-serv13383

Modified Files:
	_source.html 
Log Message:
fix


Index: _source.html
===================================================================
RCS file: /cvsroot/curl/curl-www/_source.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- _source.html	21 Mar 2010 23:18:04 -0000	1.1
+++ _source.html	21 Mar 2010 23:23:56 -0000	1.2
@@ -43,12 +43,12 @@
 <p>
   If you want to use the git server, run:
 <pre>
-   git clone git://github.com/bagder/curl.git
+  git clone git://github.com/bagder/curl.git
 </pre>
  <b>Note</b> that this will create a curl subdirectory.
 <p>
   If you at a later time want to get the updated set of files, just cd into
-  this directory and run this command (there's no need for the -d then):
+  this directory and run
 <pre>
   git pull
 </pre>
@@ -56,7 +56,7 @@
   If a proxy, firewall or something else is preventing you from using git to
   get the latest sources, you can get the sources off the repo using HTTP like:
 <pre>
-   git clone http://github.com/bagder/curl.git
+  git clone http://github.com/bagder/curl.git
 </pre>
  You can also opt to download a <a
  href="http://cool.haxx.se/curl-daily/">daily snapshot</a>.