Skip to content

Commit

Permalink
Merge pull request #4 from janritter/docs/improvements
Browse files Browse the repository at this point in the history
docs: improved installation steps
  • Loading branch information
janritter authored Mar 23, 2019
2 parents 411aad5 + df08688 commit 587f600
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,17 @@ terrastate version
terrastate help
```

## Installation

1. Download the latest release binary for your OS - [Releases]([https://link](https://github.com/janritter/terrastate/releases)) - For Mac (64bit) this would be 'darwin_amd64_terrastate'
2. Rename the downloaded binary to terrastate and move it to your '/usr/bin/' or '/usr/local/bin' directory
3. Start using terrastate

## Development

### Resolve dependencies

Requires go dep
"go dep" must be installed

```make
make prepare
Expand Down

0 comments on commit 587f600

Please sign in to comment.