Remove repo URL from installation command
Thus `asdf-python` is a known `asdf` plugin, repo URL is excess.
This commit is contained in:
parent
cec7aa000e
commit
a143a13d78
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ Python plugin for [asdf](https://github.com/asdf-vm/asdf) version manager
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
```
|
```
|
||||||
asdf plugin-add python https://github.com/danhper/asdf-python.git
|
asdf plugin-add python
|
||||||
```
|
```
|
||||||
|
|
||||||
## Use
|
## Use
|
||||||
|
|
Loading…
Reference in a new issue