From 86302e8ccc889e6794529f9779b10b622f1f8e72 Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Sun, 15 Mar 2020 19:08:50 +0100 Subject: [PATCH] README: mention DIR env variable --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0b72d879..326db2d9 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,8 @@ 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 ``` +The script installs downloaded binary to `/usr/local/bin` directory by default, but it can be changed by setting `DIR` environment variable. + ### Go Required Go version >= **1.8**