From d5e9e42fa02fff51d3e39b61edfbe2fbfccfb3a3 Mon Sep 17 00:00:00 2001 From: Peter Willis Date: Sat, 15 Sep 2018 05:41:12 +0000 Subject: [PATCH] Fix pip url The url for pip download is including a 'v' before the version, but the working archive link does not have a 'v' in it. Not sure if there's an automated script that needs to be modified too, but this fixes this copy of the README... --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 039747c0..1afb78fc 100644 --- a/README.rst +++ b/README.rst @@ -76,7 +76,7 @@ Using pip: .. code-block:: bash - $ pip install https://gitlab.com/dslackw/slpkg/-/archive/v3.3.8/slpkg-v3.3.8.tar.gz + $ pip install https://gitlab.com/dslackw/slpkg/-/archive/3.3.8/slpkg-3.3.8.tar.gz Uninstall: