diff --git a/README.md b/README.md index 2ccee01d..0ce94a1f 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,11 @@ Installation for other linux operation systems. ```sh curl -L https://raw.githubusercontent.com/warrensbox/terraform-switcher/release/install.sh | bash ``` - +By default installer script will try to download `tfswitch` binary into `/usr/local/bin` +To install at custom path use below: +```sh +curl -L https://raw.githubusercontent.com/warrensbox/terraform-switcher/release/install.sh | bash -s -- -b $HOME/.local/bin latest +``` ### Arch User Repository (AUR) packages for Arch Linux ```sh