Skip to content

Commit

Permalink
upgraded page
Browse files Browse the repository at this point in the history
  • Loading branch information
warrensbox committed May 26, 2018
1 parent f7c25e4 commit 0f5c5e9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 25 deletions.
12 changes: 4 additions & 8 deletions docs/_site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ <h1 id="terraform-switcher">Terraform Switcher</h1>

<h2 id="installation">Installation</h2>

<p>At the moment, installation is available for most unix/linux based operating systems.</p>
<p><code class="highlighter-rouge">tfswitch</code> is available for MacOS and Linux based operating systems.</p>

<h3 id="homebrew">Homebrew</h3>

Expand All @@ -76,20 +76,16 @@ <h3 id="homebrew">Homebrew</h3>
<div class="language-ruby highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="n">brew</span> <span class="n">install</span> <span class="n">warrensbox</span><span class="o">/</span><span class="n">tap</span><span class="o">/</span><span class="n">tfswitch</span>
</code></pre></div></div>

<p>To upgrade, simply run <code class="highlighter-rouge">brew upgrade warrensbox/tap/tfswitch</code></p>

<h3 id="linux">Linux</h3>

<p>Installation for other linux operation systems.</p>
<p>Installation for Linux operation systems.</p>

<div class="language-sh highlighter-rouge"><div class="highlight"><pre class="highlight"><code>curl <span class="nt">-L</span> https://raw.githubusercontent.com/warrensbox/terraform-switcher/release/install.sh | bash
</code></pre></div></div>

<p>To upgrade, simply run</p>

<h3 id="install-from-source">Install from source</h3>

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

<hr />

Expand All @@ -98,7 +94,7 @@ <h2 id="how-to-use">How to use:</h2>
<p><img align="center" src="https://s3.us-east-2.amazonaws.com/kepler-images/warrensbox/tfswitch.gif" alt="drawing" style="width: 480px;" /></p>

<ol>
<li>You can start using by typing the command <code class="highlighter-rouge">tfswitch</code> on your terminal.</li>
<li>You can switch between different versions of terraform by typing the command <code class="highlighter-rouge">tfswitch</code> on your terminal.</li>
<li>Select the version of terraform you require by using the up and down arrow.</li>
<li>Hit <strong>Enter</strong> to select the desired version</li>
</ol>
Expand Down
14 changes: 5 additions & 9 deletions docs/_site/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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)

<hr>

## How to use:

<img src="https://s3.us-east-2.amazonaws.com/kepler-images/warrensbox/tfswitch.gif" alt="drawing" style="width: 480px;"/>
<img align="center" src="https://s3.us-east-2.amazonaws.com/kepler-images/warrensbox/tfswitch.gif" alt="drawing" style="width: 480px;"/>

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

Expand Down
12 changes: 4 additions & 8 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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)

<hr>

## How to use:

<img align="center" src="https://s3.us-east-2.amazonaws.com/kepler-images/warrensbox/tfswitch.gif" alt="drawing" style="width: 480px;"/>

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

Expand Down

0 comments on commit 0f5c5e9

Please sign in to comment.