Closed tomas-balaz closed 1 year ago
command asdf plugin install tf-summarize you provided in the docs leads to the error
asdf plugin install tf-summarize
$ asdf plugin install tf-summarize Unknown command: `asdf plugin install tf-summarize` No plugin named plugin
the right command which works is asdf plugin add tf-summarize
asdf plugin add tf-summarize
please fix it in the README
Thanks for reporting the issue @tomas-balaz ... Updated the readme.
command
asdf plugin install tf-summarize
you provided in the docs leads to the errorthe right command which works is
asdf plugin add tf-summarize
please fix it in the README