From a09704fe77ba70e5fbf9700aaa3083dff21d5dd4 Mon Sep 17 00:00:00 2001 From: Simon Segerblom Rex Date: Mon, 20 May 2019 20:01:53 +0200 Subject: [PATCH] Add git+ to url in installation instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ac68db..4359868 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Installation ------------ ```shell -python3 -m pip install --user https://github.com/SimonSegerblomRex/pdflayers +python3 -m pip install --user git+https://github.com/SimonSegerblomRex/pdflayers ``` Usage