From 46972bc7bfe247d76b2aa9903fda90fc886a72ea Mon Sep 17 00:00:00 2001 From: John Kerl Date: Tue, 15 Mar 2022 22:15:29 -0400 Subject: [PATCH] update installing-miller page re freshness of various sources --- docs/src/installing-miller.md | 6 ++++-- docs/src/installing-miller.md.in | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/src/installing-miller.md b/docs/src/installing-miller.md index da55f96dd..b5ae44227 100644 --- a/docs/src/installing-miller.md +++ b/docs/src/installing-miller.md @@ -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:
diff --git a/docs/src/installing-miller.md.in b/docs/src/installing-miller.md.in
index 87a2396d1..da908cdc5 100644
--- a/docs/src/installing-miller.md.in
+++ b/docs/src/installing-miller.md.in
@@ -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