Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Cozy wrapper around Helm and Flux CD for local development

## Usage

**cozyhr** assumes that you run it from the local directory that contains your Helm chart.
**cozyhr** assumes that you run it from the local directory that contains your Helm chart.
All relative paths and operations are resolved against this working directory.

```
Expand Down Expand Up @@ -43,12 +43,9 @@ Use "cozyhr [command] --help" for more information about a command.
### Homebrew (macOS and Linux)

```bash
brew tap cozystack/tap
brew install cozyhr
```

> **Note**: This uses our [incubating tap](https://github.com/cozystack/homebrew-tap). The formula will be submitted to official homebrew/core once it reaches 75+ stars and stable adoption.

### Manual Installation

Download binary from Github [releases page](https://github.com/cozystack/cozyhr/releases/latest)
Expand Down
Loading