Skip to content

Commit

Permalink
docs: How to install with Homebrew
Browse files Browse the repository at this point in the history
Signed-off-by: Sergiy Kulanov <[email protected]>
  • Loading branch information
SergK committed Oct 12, 2023
1 parent fc0d90a commit f66aa3a
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@
## [Unreleased]


<a name="v0.5.0"></a>
## [v0.5.0] - 2023-10-12
### Code Refactoring

- Move common graph logic to separate package

### Testing

- Add fake kubeconfig

### Routine

- Add brew package delivery
- Update .gorelease.yaml fromatting
- Update changelog


<a name="v0.4.0"></a>
## [v0.4.0] - 2023-10-10
### Features
Expand Down Expand Up @@ -92,7 +109,8 @@
- Update README.md file


[Unreleased]: https://github.com/sergk/tkn-graph/compare/v0.4.0...HEAD
[Unreleased]: https://github.com/sergk/tkn-graph/compare/v0.5.0...HEAD
[v0.5.0]: https://github.com/sergk/tkn-graph/compare/v0.4.0...v0.5.0
[v0.4.0]: https://github.com/sergk/tkn-graph/compare/v0.3.0...v0.4.0
[v0.3.0]: https://github.com/sergk/tkn-graph/compare/v0.2.0...v0.3.0
[v0.2.0]: https://github.com/sergk/tkn-graph/compare/v0.1.0...v0.2.0
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
- [Tekton Graph](#tekton-graph)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Downloading the Binary](#downloading-the-binary)
- [Building from Source](#building-from-source)
- [Usage](#usage)
- [Run the Command](#run-the-command)
- [Examples](#examples)
Expand All @@ -32,8 +34,21 @@ Before using the `tkn-graph` tool, you should ensure you have the following prer

## Installation

### Downloading the Binary

Download the latest binary from the [releases page](https://github.com/sergk/tkn-graph/releases/latest)

### Installing with Homebrew

You can install the `tkn-graph` tool using [Homebrew](https://brew.sh/):

```bash
brew tap sergk/homebrew-tap
brew install sergk/tap/tkn-graph
```

### Building from Source

or building locally:

You need to have Go installed on your system. Once you have Go installed, you can build the project using the following command:
Expand Down

0 comments on commit f66aa3a

Please sign in to comment.