Skip to content

Commit

Permalink
docs: add usage steps
Browse files Browse the repository at this point in the history
  • Loading branch information
hbjydev committed Apr 18, 2024
1 parent fa6bcca commit a8892b7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@ $ nix profile install 'github:ALT-F4-LLC/build-configs#default' # with nix
$ go install github.com/ALT-F4-LLC/build-configs@latest # with go
```

## Usage

To generate configuration with build-configs, you can use the `generate`
subcommand in a directory with a `build-configs.yaml` or `build-configs.json`
file present. See [Examples](#examples) for help with this.

```shell
$ build-configs generate
```

## Examples

Some example configurations for our template types exist in the
Expand Down

0 comments on commit a8892b7

Please sign in to comment.