Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Deuchnord committed Apr 26, 2024
1 parent c720eb8 commit af94671
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,26 @@
# Kosmorro Tap

## How do I install these formulae?
This repository is the official Homebrew Tap to install and keep Kosmorro up to date on macOS.

`brew install kosmorro/tap/<formula>`
## How do I install formulae inside this Tap?

Or `brew tap kosmorro/tap` and then `brew install <formula>`.
First, tell Homebrew to subscribe to this Tap:

```bash
brew tap kosmorro/tap
```

Then, use `brew install` to install a formula:

```bash
brew install <formula>
```

Once installed, you will be able to get package updates as soon as they are published with `brew upgrade`.

**Note:** this Tap is maintained for macOS only. On Linux, see the alternative ways on [Kosmorro website](https://kosmorro.space/cli/download/linux).

## Documentation

`brew help`, `man brew` or check [Homebrew's documentation](https://docs.brew.sh).
- To get help with Kosmorro-related projects, see [Kosmorro's website](https://kosmorro.space).
- To get help with Homebrew, enter `brew help` or `man brew` in your terminal, or check [Homebrew's documentation](https://docs.brew.sh).

0 comments on commit af94671

Please sign in to comment.