From 32aaea973fb5a71c3c9e9646670c9606aff85f48 Mon Sep 17 00:00:00 2001 From: Daisuke Sato Date: Wed, 9 Feb 2022 12:06:25 +0900 Subject: [PATCH] Fix the installed path written in the document to match the script --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f69821d5..128e263c 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ Automated install/update, don't forget to always verify what you're piping into ```sh 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. +The script installs downloaded binary to `$HOME/.local/bin` directory by default, but it can be changed by setting `DIR` environment variable. ### Go