Skip to content

Commit

Permalink
docs: add instructions for installing via MacPorts (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
herbygillot committed Feb 9, 2021
1 parent 295abfd commit 13a5432
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,18 @@ Terminal stock watcher and stock position tracker
Download the pre-compiled binaries from the [releases page](https://github.com/achannarasappa/ticker/releases) and copy to a location in `PATH` or see quick installs below

**mac**

...via [Homebrew](https://brew.sh):
```
brew install achannarasappa/tap/ticker
```

...via [MacPorts](https://www.macports.org):
```
sudo port selfupdate
sudo port install ticker
```

**linux**
```sh
curl -Ls https://api.github.com/repos/achannarasappa/ticker/releases/latest \
Expand Down

0 comments on commit 13a5432

Please sign in to comment.