Skip to content

Commit

Permalink
Add other installation methods to the README.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmycuadra committed May 11, 2016
1 parent 5f620c6 commit c2bb861
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,22 @@ ktmpl example.yml --parameter MONGODB_PASSWORD=password | kubectl create -f -

## Installing ktmpl

### Cargo

```
cargo install ktmpl
```

### Precompiled binary

[Releases](https://github.com/InQuicker/ktmpl/releases)

### Docker

```
docker pull inquicker/ktmpl
```

### Building from source

1. Install the appropriate version of [Rust](https://www.rust-lang.org/) for your system.
Expand Down

0 comments on commit c2bb861

Please sign in to comment.