Skip to content
This repository was archived by the owner on Apr 24, 2025. It is now read-only.

Commit c0d2666

Browse files
lperryBurntSushi
authored andcommitted
reame: add MacPorts instructions
Also, use "macOS" uniformly in README.md. PR #152
1 parent c8c3484 commit c0d2666

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,15 +299,22 @@ right and full outer join support too.
299299
300300
### Installation
301301
302-
Binaries for Windows, Linux and Mac are available [from Github](https://github.com/BurntSushi/xsv/releases/latest).
302+
Binaries for Windows, Linux and macOS are available [from Github](https://github.com/BurntSushi/xsv/releases/latest).
303303
304-
If you're a **Mac OS X Homebrew** user, then you can install xsv
304+
If you're a **macOS Homebrew** user, then you can install xsv
305305
from homebrew-core:
306306
307307
```
308308
$ brew install xsv
309309
```
310310
311+
If you're a **macOS MacPorts** user, then you can install xsv
312+
from the [official ports](https://www.macports.org/ports.php?by=name&substr=xsv):
313+
314+
```
315+
$ sudo port install xsv
316+
```
317+
311318
If you're a **Nix/NixOS** user, you can install xsv from nixpkgs:
312319
313320
```

0 commit comments

Comments
 (0)