From 90089dfc48f8846926afbf655d30bdd7fc5ebd40 Mon Sep 17 00:00:00 2001 From: gr1m0h Date: Fri, 2 Feb 2024 01:13:59 +0900 Subject: [PATCH] docs: Update README --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cda2c73..1ecf72b 100644 --- a/README.md +++ b/README.md @@ -1 +1,12 @@ -# asdf-gotop \ No newline at end of file +[![GitHub Actions Status](https://github.com/gr1m0h/asdf-gotop/workflows/Main%20workflow/badge.svg?branch=main)](https://github.com/gr1m0h/asdf-gotop/actions) + +# asdf-gotop + +[gotop](https://github.com/xxxserxxx/gotop) plugin for [asdf](https://github.com/asdf-vm/asdf) version manager + +## Installation + +``` +asdf plugin add gotop https://github.com/gr1m0h/asdf-gotop.git +asdf install gotop latest +```