mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 10:15:36 +00:00
update installing-miller page re freshness of various sources
This commit is contained in:
parent
65a33f8c8a
commit
46972bc7bf
2 changed files with 8 additions and 4 deletions
|
|
@ -20,8 +20,8 @@ You can install Miller for various platforms as follows.
|
|||
|
||||
Download a binary:
|
||||
|
||||
* You can get 6.0.0 binaries for several platforms on the [6.0.0 release page](https://github.com/johnkerl/miller/releases/tag/v6.0.0).
|
||||
* You can get latest (head) Miller 6 builds for Linux, MacOS, and Windows by visiting [https://github.com/johnkerl/miller/actions](https://github.com/johnkerl/miller/actions), selecting the latest build, and clicking _Artifacts_. (These are retained for 5 days after each commit.)
|
||||
* You can get binaries for several platforms on the [releases page](https://github.com/johnkerl/miller/releases).
|
||||
* You can get latest (head) builds for Linux, MacOS, and Windows by visiting [https://github.com/johnkerl/miller/actions](https://github.com/johnkerl/miller/actions), selecting the latest build, and clicking _Artifacts_. (These are retained for 5 days after each commit.)
|
||||
* See also the [build page](build.md) if you prefer to build from source.
|
||||
|
||||
Using a package manager:
|
||||
|
|
@ -37,6 +37,8 @@ See also:
|
|||
* [@jauderho](https://github.com/jauderho)'s [docker images](https://hub.docker.com/r/jauderho/miller/tags) as discussed in [GitHub Discussions](https://github.com/johnkerl/miller/discussions/851#discussioncomment-1943255)
|
||||
* Example invocation: `docker run --rm -i jauderho/miller:latest --csv sort -f shape < ./example.csv`
|
||||
|
||||
Note that the [Miller releases page](https://github.com/johnkerl/miller/releases), `brew`, `macports`, `chocolatey`, and `conda` tend to have current versions; `yum` and `apt-get` may have outdate versions depending on your platform.
|
||||
|
||||
As a first check, you should be able to run `mlr --version` at your system's command prompt and see something like the following:
|
||||
|
||||
<pre class="pre-highlight-in-pair">
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@ You can install Miller for various platforms as follows.
|
|||
|
||||
Download a binary:
|
||||
|
||||
* You can get 6.0.0 binaries for several platforms on the [6.0.0 release page](https://github.com/johnkerl/miller/releases/tag/v6.0.0).
|
||||
* You can get latest (head) Miller 6 builds for Linux, MacOS, and Windows by visiting [https://github.com/johnkerl/miller/actions](https://github.com/johnkerl/miller/actions), selecting the latest build, and clicking _Artifacts_. (These are retained for 5 days after each commit.)
|
||||
* You can get binaries for several platforms on the [releases page](https://github.com/johnkerl/miller/releases).
|
||||
* You can get latest (head) builds for Linux, MacOS, and Windows by visiting [https://github.com/johnkerl/miller/actions](https://github.com/johnkerl/miller/actions), selecting the latest build, and clicking _Artifacts_. (These are retained for 5 days after each commit.)
|
||||
* See also the [build page](build.md) if you prefer to build from source.
|
||||
|
||||
Using a package manager:
|
||||
|
|
@ -21,6 +21,8 @@ See also:
|
|||
* [@jauderho](https://github.com/jauderho)'s [docker images](https://hub.docker.com/r/jauderho/miller/tags) as discussed in [GitHub Discussions](https://github.com/johnkerl/miller/discussions/851#discussioncomment-1943255)
|
||||
* Example invocation: `docker run --rm -i jauderho/miller:latest --csv sort -f shape < ./example.csv`
|
||||
|
||||
Note that the [Miller releases page](https://github.com/johnkerl/miller/releases), `brew`, `macports`, `chocolatey`, and `conda` tend to have current versions; `yum` and `apt-get` may have outdate versions depending on your platform.
|
||||
|
||||
As a first check, you should be able to run `mlr --version` at your system's command prompt and see something like the following:
|
||||
|
||||
GENMD-CARDIFY-HIGHLIGHT-ONE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue