Skip to content
This repository has been archived by the owner on Jan 14, 2020. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ojkelly committed Jun 28, 2018
1 parent b7bc4ba commit 6454777
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
9 changes: 7 additions & 2 deletions documentation/content/docs/downloads.md
Expand Up @@ -9,17 +9,22 @@ toc = true
layout = "docs"
+++

### Install
## Install

After downloading you will need to move the `kombustion` binary into your `$PATH`, and make it executable.

```bash
$ sudo chmod +x kombustion
$ sudo cp kombustion /usr/local/bin/kombustion
$ sudo mv kombustion /usr/local/bin/kombustion
```

You can run `kombustion -v` to confirm you have the correct version installed.

```bash
$ kombustion -v
> kombustion version 0.1.6
```

### MacOS

[64bit](https://github.com/KablamoOSS/kombustion/releases/download/0.1.6/kombustion-darwin-10.11-amd64.tgz)
Expand Down
2 changes: 1 addition & 1 deletion documentation/content/docs/getting-started.md
Expand Up @@ -20,7 +20,7 @@ After downloading you will need to move the `kombustion` binary into your `$PATH

```bash
$ sudo chmod +x kombustion
$ sudo cp kombustion /usr/local/bin/kombustion
$ sudo mv kombustion /usr/local/bin/kombustion
```

You can run `kombustion -v` to confirm you have the correct version installed.
Expand Down
5 changes: 1 addition & 4 deletions documentation/layouts/index.html
Expand Up @@ -8,11 +8,8 @@ <h1>{{.Title}}</h1>
<p>Extend Cloudformation with plugins</p>
</div>
<div id="action-buttons">
<a class="button primary big" href="https://github.com/KablamoOSS/kombustion/releases">Download</a>
<a class="button primary big" href="/docs/downloads">Download</a>
<a class="button outline big" href="/docs/getting-started">Get Started</a>
<p>
<a href="https://github.com/KablamoOSS/kombustion/releases"><img src="https://img.shields.io/github/release/KablamoOSS/kombustion.svg?style=flat-square"></a>
</p>
</div>
<div id="kube-features">
<div class="row gutters">
Expand Down

0 comments on commit 6454777

Please sign in to comment.