Skip to content

Commit a143a13

Browse files
authored
Remove repo URL from installation command
Thus `asdf-python` is a known `asdf` plugin, repo URL is excess.
1 parent cec7aa0 commit a143a13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Python plugin for [asdf](https://github.com/asdf-vm/asdf) version manager
77
## Install
88

99
```
10-
asdf plugin-add python https://github.com/danhper/asdf-python.git
10+
asdf plugin-add python
1111
```
1212

1313
## Use

0 commit comments

Comments
 (0)