Skip to content

Commit

Permalink
reame: add MacPorts instructions
Browse files Browse the repository at this point in the history
Also, use "macOS" uniformly in README.md.

PR #152
  • Loading branch information
lperry authored and BurntSushi committed Oct 6, 2018
1 parent c8c3484 commit c0d2666
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,15 +299,22 @@ right and full outer join support too.
### Installation
Binaries for Windows, Linux and Mac are available [from Github](https://github.com/BurntSushi/xsv/releases/latest).
Binaries for Windows, Linux and macOS are available [from Github](https://github.com/BurntSushi/xsv/releases/latest).
If you're a **Mac OS X Homebrew** user, then you can install xsv
If you're a **macOS Homebrew** user, then you can install xsv
from homebrew-core:
```
$ brew install xsv
```
If you're a **macOS MacPorts** user, then you can install xsv
from the [official ports](https://www.macports.org/ports.php?by=name&substr=xsv):
```
$ sudo port install xsv
```
If you're a **Nix/NixOS** user, you can install xsv from nixpkgs:
```
Expand Down

0 comments on commit c0d2666

Please sign in to comment.