Fix the installed path written in the document to match the script

This commit is contained in:
Daisuke Sato 2022-02-09 12:06:25 +09:00 committed by GitHub
parent 35bd0db5f8
commit 32aaea973f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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