Skip to content

Commit

Permalink
docs: update readme with version bump
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Rose <[email protected]>
  • Loading branch information
matty-rose committed Dec 4, 2021
1 parent 08d4ffd commit 48a8b4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ A program to generate documentation for GitHub [composite actions](https://docs.
Substitute `darwin` for `linux` if installing on MacOS.

```bash
export GHA_DOCS_VERSION=v0.15.0
export GHA_DOCS_VERSION=v0.15.1
export GHA_DOCS_OS=linux
export GHA_DOCS_ARCH=amd64

Expand All @@ -31,7 +31,7 @@ chmod +x gha-docs && mv gha-docs /usr/local/bin
Go `1.17+` is required.

```bash
go install github.com/matty-rose/[email protected].0
go install github.com/matty-rose/[email protected].1
```

## Usage
Expand Down

0 comments on commit 48a8b4b

Please sign in to comment.