You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-5Lines changed: 18 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -13,30 +13,36 @@ The installation is minimal and easy.
13
13
Once installed, simply select the version you require from the dropdown and start using Terraform.
14
14
15
15
## Documentation
16
+
16
17
Click [here](https://tfswitch.warrensbox.com) for our extended documentation.
17
18
18
19
## NOTE
20
+
19
21
Going forward we will change the version identifier of `tfswitch` to align with the common go package versioning.
20
22
Please be advised to change any automated implementation you might have that is relying on the `tfswitch` version string.
21
23
**Old version string:**`0.1.2412`
22
24
**New version string:**`v1.0.0` Note the `v` that is preceding all version numbers.
23
25
24
26
## Installation
25
-
`tfswitch` is available as a binary and on various package managers (eg. Homebrew).
27
+
28
+
`tfswitch` is available as a binary and on various package managers (eg. Homebrew).
26
29
27
30
## Windows
31
+
28
32
Download and extract the Windows version of `tfswitch` that is compatible with your system.
29
33
We are building binaries for 386, amd64, arm6 and arm7 CPU structure.
30
34
See the [release page](https://github.com/warrensbox/terraform-switcher/releases/latest) for your download.
31
35
32
36
## Homebrew
37
+
33
38
For macOS or various Linux distributions, Homebrew offers the simplest installation process. <ahref="https://brew.sh/"target="_blank">If you do not have homebrew installed, click here</a>.
34
39
35
40
```ruby
36
41
brew install warrensbox/tap/tfswitch
37
42
```
38
43
39
44
## Linux
45
+
40
46
Installation for Linux operating systems.
41
47
42
48
```sh
@@ -59,34 +65,41 @@ Alternatively, you can install the binary from the source <a href="https://githu
59
65
60
66
See [our installation documentation](https://tfswitch.warrensbox.com/Install) for more details.
61
67
62
-
> [!IMPORTANT]
68
+
> [!IMPORTANT]
63
69
> The version identifier of `tfswitch` has changed to align with the common `go` package versioning.
64
70
>
65
71
> Version numbers will now be prefixed with a `v` - eg. `v1.0.3`.
66
72
>
67
-
> Please change any automated implementations relying on the `tfswitch` version string.
73
+
> Please change any automated implementations relying on the `tfswitch` version string.
0 commit comments