From 13060f89c73fc91232cbd5eef88fa37b7b80eb75 Mon Sep 17 00:00:00 2001 From: pulpe Date: Wed, 28 Mar 2012 10:45:21 +0200 Subject: [PATCH] little correction of curl in docs --- docs/user/install.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, -- 2.34.1