From a143a13d784d76606e3ea58ef224ed693e76e561 Mon Sep 17 00:00:00 2001 From: Andrey Semakin Date: Sun, 23 Jun 2019 12:36:43 +0500 Subject: [PATCH] Remove repo URL from installation command Thus `asdf-python` is a known `asdf` plugin, repo URL is excess. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f47f415..5771bb8 100644 --- a/README.md +++ b/README.md @@ -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