From 58d1d286526aee6308e1f55a9f14a10f25d652f9 Mon Sep 17 00:00:00 2001 From: Guruprasad Kulkarni Date: Fri, 14 May 2021 13:26:02 +0200 Subject: [PATCH] Added link to asdf-vm installation method :) --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 4eb708ab..a22d020e 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,14 @@ Automated install/update, don't forget to always verify what you're piping into curl https://raw.githubusercontent.com/jesseduffield/lazydocker/master/scripts/install_update_linux.sh | bash ``` +#### Or Use [asdf-vm](https://asdf-vm.com/) to install the [asdf-lazydocker plugin](https://github.com/comdotlinux/asdf-lazydocker) once and then keep updating to get the latest version whenever you want. +```sh +asdf plugin add https://github.com/comdotlinux/asdf-lazydocker.git +asdf list all lazydocker +asdf install lazydocker 0.12 +asdf global lazydocker 0.12 +``` + The script installs downloaded binary to `/usr/local/bin` directory by default, but it can be changed by setting `DIR` environment variable. ### Go