Skip to content

Commit

Permalink
docs: add basic usage
Browse files Browse the repository at this point in the history
  • Loading branch information
matty-rose committed Oct 25, 2021
1 parent 3995679 commit 81cf805
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 @@ -30,6 +30,16 @@ Go `1.17+` is required.
go install github.com/matty-rose/[email protected]
```

## Usage

Run `gha-docs` to display general usage.

### Generating a README
While only writing to stdout is supported:
```bash
gha-docs generate path/to/action.yaml > README.md
```

## License

MIT License - Copyright (c) 2021

0 comments on commit 81cf805

Please sign in to comment.