mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-24 02:36:15 +00:00
54 lines
2 KiB
Markdown
54 lines
2 KiB
Markdown
# Installation
|
|
|
|
Note:
|
|
|
|
* Miller 6 is in pre-release, and is described by the docs you're reading ([https://johnkerl.org/miller6](https://johnkerl.org/miller6)).
|
|
* Miller 5 is released, and is described by [https://miller.readthedocs.io](https://miller.readthedocs.io). Package managers will currently give you Miller 5.
|
|
|
|
## Prebuilt executables via package managers (Miller 5 only)
|
|
|
|
[Homebrew](https://brew.sh/) installation support for OS X is available via
|
|
|
|
GENMD_CARDIFY_HIGHLIGHT_ONE
|
|
brew update && brew install miller
|
|
GENMD_EOF
|
|
|
|
... and also via [MacPorts](https://www.macports.org/):
|
|
|
|
GENMD_CARDIFY_HIGHLIGHT_ONE
|
|
sudo port selfupdate && sudo port install miller
|
|
GENMD_EOF
|
|
|
|
Note that Homebrew is available for Linux as well: [https://docs.brew.sh/linux](https://docs.brew.sh/linux).
|
|
|
|
You may already have the `mlr` executable available in your platform's package manager on NetBSD, Debian Linux, Ubuntu Xenial and upward, Arch Linux, or perhaps other distributions. For example, on various Linux distributions you might do one of the following:
|
|
|
|
GENMD_CARDIFY_HIGHLIGHT_ONE
|
|
sudo apt-get install miller
|
|
GENMD_EOF
|
|
|
|
GENMD_CARDIFY_HIGHLIGHT_ONE
|
|
sudo apt install miller
|
|
GENMD_EOF
|
|
|
|
GENMD_CARDIFY_HIGHLIGHT_ONE
|
|
sudo yum install miller
|
|
GENMD_EOF
|
|
|
|
On Windows, Miller is available via [Chocolatey](https://chocolatey.org/):
|
|
|
|
GENMD_CARDIFY_HIGHLIGHT_ONE
|
|
choco install miller
|
|
GENMD_EOF
|
|
|
|
## Prebuilt executables via GitHub per release (Miller 5 only)
|
|
|
|
Please see [https://github.com/johnkerl/miller/releases](https://github.com/johnkerl/miller/releases) where there are builds for OS X Yosemite, Linux x86-64 (dynamically linked), and Windows.
|
|
|
|
## Prebuilt executables via GitHub per commit (Miller 6)
|
|
|
|
Miller is [autobuilt for **Linux**, **MacOS**, and **Windows** using **GitHub Actions** on every commit](https://github.com/johnkerl/miller/actions): select the latest build and click _Artifacts_. (These are retained for 5 days after each commit.)
|
|
|
|
## Building from source (Miller 6)
|
|
|
|
Please see [Building from source](build.md).
|