Skip to content

Commit

Permalink
Update README with more installation methods
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilsbhat committed Jul 7, 2024
1 parent a94e6e7 commit 9b753b5
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 @@ -31,6 +31,20 @@ It ensures a single comprehensive YAML file by resolving interdependencies and p

* Recommend installing released versions. Release binaries are available on the [releases](https://github.com/nikhilsbhat/yamll/releases) page.

#### Homebrew

Install latest version on `yamll` on `macOS`

```shell
brew tap nikshilsbhat/stable git@github.com:nikhilsbhat/homebrew-stable.git
# for latest version
brew install nikshilsbhat/stable/yamll
# for specific version
brew install nikshilsbhat/stable/yamll@0.0.3
```

Check [repo](https://github.com/nikhilsbhat/homebrew-stable) for all available versions of the formula.

#### Docker

Latest version of docker images are published to [ghcr.io](https://github.com/nikhilsbhat/yamll/pkgs/container/yamll), all available images can be found there. </br>
Expand Down

0 comments on commit 9b753b5

Please sign in to comment.