From c0d26668a6808f564e031a00cb8bb7418dcbfd94 Mon Sep 17 00:00:00 2001 From: Perry Lee Date: Sat, 6 Oct 2018 06:03:14 -0700 Subject: reame: add MacPorts instructions Also, use "macOS" uniformly in README.md. PR #152 --- README.md | 11 +++++++++-- 1 file 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: ``` -- cgit v1.2.3