Skip to content

Commit

Permalink
docs: Add Homebrew instructions to README
Browse files Browse the repository at this point in the history
  • Loading branch information
staticaland committed Nov 15, 2023
1 parent 95da368 commit 615231e
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,25 @@
# ok
# ok

## Homebrew

> WHEN THIS REPOSITORY IS PUBLIC...
A Homebrew formula is included at [`./Formula/ok.rb`](Formula/ok.rb).

```sh
brew tap oslokommune/ok https://github.com/oslokommune/ok
brew install ok
```

If you watch the project (Watch → Custom → Releases) you can easily upgrade to the latest version when notified:

```sh
brew upgrade ok
```

To uninstall:

```sh
brew uninstall ok
brew untap oslokommune/ok
```

0 comments on commit 615231e

Please sign in to comment.