From 478a65abaed33c61b80ac16fd83f8fb3f3bd6857 Mon Sep 17 00:00:00 2001 From: Kent Lee Date: Thu, 15 Aug 2019 13:51:14 +1000 Subject: [PATCH] updated README.md --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5be22ea..7b40a3f 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,17 @@ [![Build Status](https://travis-ci.org/rfrancis/asdf-gradle.svg?branch=master)](https://travis-ci.org/rfrancis/asdf-gradle) -[gradle](https://gradle.org/) plugin for the asdf version manager +[gradle](https://gradle.org/) plugin for the [asdf](https://github.com/asdf-vm/asdf) version manager + +## Install + +``` +asdf plugin-add gradle https://github.com/rfrancis/asdf-gradle.git +``` + +## Use + +Check out the [asdf](https://github.com/asdf-vm/asdf) readme for instructions on how to install and manage versions of HashiCorp tools. + NEEDED: Someone to take over maintenance of this plugin.