From 0f5c5e9f52882093b4aaa5f0df42f288ca6c06d0 Mon Sep 17 00:00:00 2001 From: warren-veerasingam Date: Sat, 26 May 2018 13:35:37 -0500 Subject: [PATCH] upgraded page --- docs/_site/index.html | 12 ++++-------- docs/_site/index.md | 14 +++++--------- docs/index.md | 12 ++++-------- 3 files changed, 13 insertions(+), 25 deletions(-) diff --git a/docs/_site/index.html b/docs/_site/index.html index 2504bd5f..322145ba 100644 --- a/docs/_site/index.html +++ b/docs/_site/index.html @@ -67,7 +67,7 @@

Terraform Switcher

Installation

-

At the moment, installation is available for most unix/linux based operating systems.

+

tfswitch is available for MacOS and Linux based operating systems.

Homebrew

@@ -76,20 +76,16 @@

Homebrew

brew install warrensbox/tap/tfswitch
 
-

To upgrade, simply run brew upgrade warrensbox/tap/tfswitch

-

Linux

-

Installation for other linux operation systems.

+

Installation for Linux operation systems.

curl -L https://raw.githubusercontent.com/warrensbox/terraform-switcher/release/install.sh | bash
 
-

To upgrade, simply run

-

Install from source

-

Alternatively, you can install the binary from source here

+

Alternatively, you can install the binary from the source here


@@ -98,7 +94,7 @@

How to use:

drawing

    -
  1. You can start using by typing the command tfswitch on your terminal.
  2. +
  3. You can switch between different versions of terraform by typing the command tfswitch on your terminal.
  4. Select the version of terraform you require by using the up and down arrow.
  5. Hit Enter to select the desired version
diff --git a/docs/_site/index.md b/docs/_site/index.md index 5c3ef5a4..393e5c7f 100644 --- a/docs/_site/index.md +++ b/docs/_site/index.md @@ -9,7 +9,7 @@ Simply select the version you require from the dropdown and start using terrafor ## Installation -At the moment, installation is available for most unix/linux based operating systems. +`tfswitch` is available for MacOS and Linux based operating systems. ### Homebrew @@ -20,29 +20,25 @@ Installation for MacOS is the easiest with Homebrew. [If you do not have homebre brew install warrensbox/tap/tfswitch ``` -To upgrade, simply run `brew upgrade warrensbox/tap/tfswitch` - ### Linux -Installation for other linux operation systems. +Installation for Linux operation systems. ```sh curl -L https://raw.githubusercontent.com/warrensbox/terraform-switcher/release/install.sh | bash ``` -To upgrade, simply run - ### Install from source -Alternatively, you can install the binary from source [here](https://github.com/warrensbox/terraform-switcher/releases) +Alternatively, you can install the binary from the source [here](https://github.com/warrensbox/terraform-switcher/releases)
## How to use: -drawing +drawing -1. You can start using by typing the command `tfswitch` on your terminal. +1. You can switch between different versions of terraform by typing the command `tfswitch` on your terminal. 2. Select the version of terraform you require by using the up and down arrow. 3. Hit **Enter** to select the desired version diff --git a/docs/index.md b/docs/index.md index 59d875e0..393e5c7f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -9,7 +9,7 @@ Simply select the version you require from the dropdown and start using terrafor ## Installation -At the moment, installation is available for most unix/linux based operating systems. +`tfswitch` is available for MacOS and Linux based operating systems. ### Homebrew @@ -20,21 +20,17 @@ Installation for MacOS is the easiest with Homebrew. [If you do not have homebre brew install warrensbox/tap/tfswitch ``` -To upgrade, simply run `brew upgrade warrensbox/tap/tfswitch` - ### Linux -Installation for other linux operation systems. +Installation for Linux operation systems. ```sh curl -L https://raw.githubusercontent.com/warrensbox/terraform-switcher/release/install.sh | bash ``` -To upgrade, simply run - ### Install from source -Alternatively, you can install the binary from source [here](https://github.com/warrensbox/terraform-switcher/releases) +Alternatively, you can install the binary from the source [here](https://github.com/warrensbox/terraform-switcher/releases)
@@ -42,7 +38,7 @@ Alternatively, you can install the binary from source [here](https://github.com/ drawing -1. You can start using by typing the command `tfswitch` on your terminal. +1. You can switch between different versions of terraform by typing the command `tfswitch` on your terminal. 2. Select the version of terraform you require by using the up and down arrow. 3. Hit **Enter** to select the desired version