Skip to content

Commit

Permalink
🔀 Merge pull request #28 from davep/homebrewify
Browse files Browse the repository at this point in the history
Add Homebrew installation instructions
  • Loading branch information
davep authored Mar 10, 2024
2 parents 362fa15 + fabb332 commit bae3a97
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ API](https://github.com/HackerNews/API).

## Installing

### pipx

The package can be installed using [`pipx`](https://pypa.github.io/pipx/):

```sh
Expand All @@ -23,6 +25,15 @@ $ pipx install oshit

Once installed run the `oshit` command.

### Homebrew

The package is available via Homebrew. Us the following commands to install:

```sh
$ brew tap davep/homebrew
$ brew install oshit
```

## Main features

When run up the opening display is a list of items, the initial list being
Expand Down

0 comments on commit bae3a97

Please sign in to comment.