Skip to content

Commit

Permalink
Merge pull request #305 from JayDoubleu/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
MatrixCrawler committed Mar 27, 2024
2 parents abfbee7 + c0c2823 commit 3af6a33
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://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
Expand Down

0 comments on commit 3af6a33

Please sign in to comment.