summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPerry Lee <lperry@users.noreply.github.com>2018-10-06 06:03:14 -0700
committerAndrew Gallant <jamslam@gmail.com>2018-10-06 09:03:14 -0400
commitc0d26668a6808f564e031a00cb8bb7418dcbfd94 (patch)
tree1a2749ac65319ddee7ab88a7e2161bcc27527598
parentc8c3484c1fc5aa07c6290a60e6d0efcf4427d18e (diff)
reame: add MacPorts instructions
Also, use "macOS" uniformly in README.md. PR #152
-rw-r--r--README.md11
1 files changed, 9 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0cca4c9..3533cb0 100644
--- a/README.md
+++ b/README.md
@@ -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:
```