From: pulpe Date: Wed, 28 Mar 2012 08:45:21 +0000 (+0200) Subject: little correction of curl in docs X-Git-Tag: v0.11.1~5^2^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=13060f89c73fc91232cbd5eef88fa37b7b80eb75;p=services%2Fpython-requests.git little correction of curl in docs --- diff --git a/docs/user/install.rst b/docs/user/install.rst index 9470d62..9143aea 100644 --- a/docs/user/install.rst +++ b/docs/user/install.rst @@ -43,11 +43,11 @@ You can either clone the public repository:: Download the `tarball `_:: - $ curl -O https://github.com/kennethreitz/requests/tarball/master + $ curl -OL https://github.com/kennethreitz/requests/tarball/master Or, download the `zipball `_:: - $ 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,