From 18edb925bf718ddbbd5afbd8ad39402edde45e49 Mon Sep 17 00:00:00 2001 From: Pijus Kamandulis Date: Tue, 27 Feb 2024 22:46:13 +0200 Subject: [PATCH] Added instructions for installing using Homebrew --- .goreleaser.yaml | 2 +- README.md | 12 +++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 6d2cc0e..344af04 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -26,7 +26,7 @@ brews: homepage: 'https://github.com/pikami/cosmium' repository: owner: pikami - name: homebrew-pikami + name: homebrew-brew commit_author: name: pikami email: git@pikami.org diff --git a/README.md b/README.md index 3136aec..3e6c45a 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,17 @@ Cosmium is a lightweight Cosmos DB emulator designed to facilitate local develop One of Cosmium's notable features is its ability to save and load state to a single JSON file. This feature makes it easy to load different test cases or share state with other developers, enhancing collaboration and efficiency in development workflows. # Getting Started -### Downloading Cosmium +### Installation via Homebrew +You can install Cosmium using Homebrew by adding the `pikami/brew` tap and then installing the package. + +```sh +brew tap pikami/brew +brew install cosmium +``` + +This will download and install Cosmium on your system, making it easy to manage and update using Homebrew. + +### Downloading Cosmium Binaries You can download the latest version of Cosmium from the [GitHub Releases page](https://github.com/pikami/cosmium/releases). Choose the appropriate release for your operating system and architecture.