little correction of curl in docs
authorpulpe <Pulpan3@gmail.com>
Wed, 28 Mar 2012 08:45:21 +0000 (10:45 +0200)
committerpulpe <Pulpan3@gmail.com>
Wed, 28 Mar 2012 08:45:21 +0000 (10:45 +0200)
docs/user/install.rst

index 9470d628b087ce48d30d4414774c9e73cbb6dcee..9143aea473f1b2107d0feff0d12e4bcc163f43a0 100644 (file)
@@ -43,11 +43,11 @@ You can either clone the public repository::
 
 Download the `tarball <https://github.com/kennethreitz/requests/tarball/master>`_::
 
-    $ curl -O https://github.com/kennethreitz/requests/tarball/master
+    $ curl -OL https://github.com/kennethreitz/requests/tarball/master
 
 Or, download the `zipball <https://github.com/kennethreitz/requests/zipball/master>`_::
 
-    $ curl -O https://github.com/kennethreitz/requests/zipball/master
+    $ curl -OL https://github.com/kennethreitz/requests/zipball/master
 
 
 Once you have a copy of the source, you can embed it in your Python package,