Skip to content

Commit

Permalink
Add link to AUR package
Browse files Browse the repository at this point in the history
  • Loading branch information
wilzbach committed Dec 15, 2017
1 parent dc83e75 commit 7b4648d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,12 @@ There are several ways to obtain the tools: prebuilt binaries; building from sou

Prebuilt binaries are available for Linux and Mac, these can be found on the [Github releases](https://github.com/eBay/tsv-utils-dlang/releases) page. Download and unpack the tar.gz file. Executables are in the `bin` directory. Add the `bin` directory or individual tools to the `PATH` environment variable.

For some distributions, a package can directly be installed:

| Distribution | Command |
| ------------ | --------------------- |
| Arch Linux | `pacaur -S tsv-utils` (see [`tsv-utils`](https://aur.archlinux.org/packages/tsv-utils/))

### Build from source files

[Download a D compiler](https://dlang.org/download.html). These tools have been tested with the DMD and LDC compilers, on Mac OSX and Linux. Use DMD version 2.070 or later, LDC version 1.0.0 or later.
Expand Down

0 comments on commit 7b4648d

Please sign in to comment.