Skip to content

Commit

Permalink
- Updated readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristoffer Ahl committed Aug 29, 2018
1 parent 1726074 commit c41438f
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,23 @@ A library for bash command-line programs, written [go](https://golang.org).
## Usage

```bash
./go-centry examples/centry.yaml
./go-centry examples/centry.yaml "$@"
```

## Documentation

Docs can be found at [godoc.org](https://godoc.org/github.com/kristofferahl/go-centry).

## Deveopment

### Running tests

```bash
./test
```

### Building from source

```bash
./build
```

0 comments on commit c41438f

Please sign in to comment.