Skip to content

Commit

Permalink
Merge pull request #131 from kunzese/patch-1
Browse files Browse the repository at this point in the history
Add installation instructions for Arch Linux
  • Loading branch information
warrensbox authored Mar 8, 2021
2 parents 913ef8f + 6b5642e commit 434e6eb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions www/docs/Install.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,16 @@ curl -L https://raw.githubusercontent.com/warrensbox/terraform-switcher/release/
sudo snap install tfswitch
```

### Arch User Repository (AUR) packages for Arch Linux

```sh
# compiled from source
yay tfswitch

# precompiled
yay tfswitch-bin
```

### Install from source

Alternatively, you can install the binary from the source <a href="https://github.com/warrensbox/terraform-switcher/releases" target="_blank">here</a>.
Expand Down

0 comments on commit 434e6eb

Please sign in to comment.