From 9c9a035a38295ff234e77e5c4b7f5f0b9276ccf3 Mon Sep 17 00:00:00 2001 From: Jay W <40270505+JayDoubleu@users.noreply.github.com> Date: Wed, 3 May 2023 10:34:12 +0100 Subject: [PATCH 1/2] Update README.md Related to : https://github.com/warrensbox/terraform-switcher/issues/279 --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ccee01d..90d3d0ea 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 From c0c28237e5285942f939889f3e924032167673ce Mon Sep 17 00:00:00 2001 From: Jay W <40270505+JayDoubleu@users.noreply.github.com> Date: Wed, 3 May 2023 12:10:54 +0100 Subject: [PATCH 2/2] Update README.md Co-authored-by: George L. Yermulnik --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 90d3d0ea..0ce94a1f 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ 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 +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