-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Add Homebrew instructions to README
- Loading branch information
1 parent
95da368
commit 615231e
Showing
1 changed file
with
25 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |