Merge pull request #9 from SimonSegerblomRex/fix-readme

Add git+ to url in installation instructions
This commit is contained in:
Simon Segerblom Rex 2019-05-20 20:03:22 +02:00 committed by GitHub
commit 97ddf0fc7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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