Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Related to : #279
  • Loading branch information
JayDoubleu committed May 3, 2023
1 parent d7dfd1b commit 9c9a035
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@ Installation for other linux operation systems.
```sh
curl -L https://github.com/raw/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://github.com/raw/warrensbox/terraform-switcher/release/install.sh | bash -s -- -b $HOME/.local/bin latest
```
### Arch User Repository (AUR) packages for Arch Linux

```sh
Expand Down

0 comments on commit 9c9a035

Please sign in to comment.