diff --git a/docs/user/install.rst b/docs/user/install.rst index 9470d628..9143aea4 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,