1
0
mirror of https://github.com/Llewellynvdm/pdflayers.git synced 2024-06-01 22:10:51 +00:00

Add git+ to url in installation instructions

This commit is contained in:
Simon Segerblom Rex 2019-05-20 20:01:53 +02:00
parent e40d133d4b
commit a09704fe77

View File

@ -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