Skip to content

Commit

Permalink
docs: added README
Browse files Browse the repository at this point in the history
  • Loading branch information
janritter committed Mar 1, 2019
1 parent 0447b29 commit a7c4618
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Terrastate

## Commands

### Resolve dependencies

Requires go dep

```make
make prepare
```

### Build binary

compiles to bin/terrastate

```make
make build
```

## License and Author

Author: Jan Ritter

License: MIT

0 comments on commit a7c4618

Please sign in to comment.