Skip to content

Commit

Permalink
docs: update version in readme
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Rose <[email protected]>
  • Loading branch information
matty-rose committed Oct 25, 2021
1 parent 6ad55bb commit 76fd591
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.11.0
export GHA_DOCS_VERSION=v0.12.0
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/gha-docs@v0.11.0
go install github.com/matty-rose/gha-docs@v0.12.0
```

## Usage
Expand Down

0 comments on commit 76fd591

Please sign in to comment.