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 9470d62..9143aea 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,