Remove repo URL from installation command

Thus `asdf-python` is a known `asdf` plugin, repo URL is excess.
This commit is contained in:
Andrey Semakin 2019-06-23 12:36:43 +05:00 committed by GitHub
parent cec7aa000e
commit a143a13d78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@ Python plugin for [asdf](https://github.com/asdf-vm/asdf) version manager
## Install
```
asdf plugin-add python https://github.com/danhper/asdf-python.git
asdf plugin-add python
```
## Use