Skip to content

Commit

Permalink
docs: add the installation guide with aqua (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke authored Oct 9, 2023
1 parent d4171b2 commit 3dc1f21
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,20 @@ tfcmt-gitlab apply -- terraform apply -auto-approve -no-color
`tfcmt-gitlab` runs without any configuration file.
The concrete examples of configuration of `tfcmt-gitlab` running on GitLab CI are available in [examples/getting-started](https://github.com/hirosassa/tfcmt-gitlab/tree/main/examples/getting-started).

## Install

### GitHub Releases

Download a prebuilt binary from [GitHub Releases](https://github.com/hirosassa/ksnotify/releases) and install it in $PATH.

### aqua

Install tfcmt-gitlab with [aqua](https://aquaproj.github.io/).

```shell
aqua g -i hirosassa/tfcmt-gitlab
```

## License

### License of original code
Expand Down

0 comments on commit 3dc1f21

Please sign in to comment.