mirror of
https://github.com/johnkerl/miller.git
synced 2026-08-03 04:52:24 +00:00
Update docs re release status
This commit is contained in:
parent
69c5b412e6
commit
b83efc8b07
3 changed files with 27 additions and 25 deletions
|
|
@ -18,13 +18,16 @@ Quick links:
|
|||
|
||||
You can install Miller for various platforms as follows.
|
||||
|
||||
* Miller 6 is in pre-release.
|
||||
* You can get latest 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.)
|
||||
* See also the [build page](build.md) if you prefer -- in particular, if your platform's package manager doesn't have the latest release.
|
||||
* Miller 5 is released.
|
||||
* 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.)
|
||||
* See also the [build page](build.md) if you prefer to build from source.
|
||||
|
||||
* Using a package manager
|
||||
* Linux: `yum install miller` or `apt-get install miller` depending on your flavor of Linux, or [Homebrew](https://docs.brew.sh/linux).
|
||||
* MacOS: `brew update` and `brew install miller`, or `sudo port selfupdate` and `sudo port install miller`, depending on your preference of [Homebrew](https://brew.sh) or [MacPorts](https://macports.org).
|
||||
* Windows: `choco install miller` using [Chocolatey](https://chocolatey.org).
|
||||
* Note: Miller 6 was released 2022-01-09; several platform may have Miller 5 available at the moment.
|
||||
|
||||
As a first check, you should be able to run `mlr --version` at your system's command prompt and see something like the following:
|
||||
|
||||
|
|
|
|||
|
|
@ -2,13 +2,16 @@
|
|||
|
||||
You can install Miller for various platforms as follows.
|
||||
|
||||
* Miller 6 is in pre-release.
|
||||
* You can get latest 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.)
|
||||
* See also the [build page](build.md) if you prefer -- in particular, if your platform's package manager doesn't have the latest release.
|
||||
* Miller 5 is released.
|
||||
* 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.)
|
||||
* See also the [build page](build.md) if you prefer to build from source.
|
||||
|
||||
* Using a package manager
|
||||
* Linux: `yum install miller` or `apt-get install miller` depending on your flavor of Linux, or [Homebrew](https://docs.brew.sh/linux).
|
||||
* MacOS: `brew update` and `brew install miller`, or `sudo port selfupdate` and `sudo port install miller`, depending on your preference of [Homebrew](https://brew.sh) or [MacPorts](https://macports.org).
|
||||
* Windows: `choco install miller` using [Chocolatey](https://chocolatey.org).
|
||||
* Note: Miller 6 was released 2022-01-09; several platform may have Miller 5 available at the moment.
|
||||
|
||||
As a first check, you should be able to run `mlr --version` at your system's command prompt and see something like the following:
|
||||
|
||||
|
|
|
|||
30
todo.txt
30
todo.txt
|
|
@ -1,20 +1,28 @@
|
|||
================================================================
|
||||
PUNCHDOWN LIST
|
||||
|
||||
----------------------------------------------------------------
|
||||
|
||||
* document cloudthings, e.g.
|
||||
o go.yml
|
||||
o codespell.yml
|
||||
- codespell --check-filenames --skip *.csv,*.dkvp,*.txt,*.js,*.html,*.map,./tags,./test/cases --ignore-words-list denom,inTerm,inout,iput,nd,nin,numer,Wit,te,wee
|
||||
o readthedocs triggers
|
||||
* update build docs re artifacts -- thanks to #821/#822 no need for buildboxing anymore :)
|
||||
* sync-print option; or (yuck) another xprint variant; or ...; emph dump/eprint
|
||||
? trace-mode ?
|
||||
|
||||
* release ordering?
|
||||
conda
|
||||
brew macports chocolatey
|
||||
ubuntu debian fedora gentoo prolinux archlinux
|
||||
netbsd freebsd
|
||||
|
||||
* post-release:
|
||||
w installing-miller.md.in
|
||||
|
||||
================================================================
|
||||
NON-BLOCKERS
|
||||
|
||||
* doc
|
||||
o new-in-miller-6: missing:
|
||||
- dump syntax -- ?
|
||||
- emittable constraints -- ?
|
||||
o wut h1 spacing before/after ...
|
||||
o shell-commands: while-read example from issues
|
||||
E reference-dsl-user-defined-functions: UDSes -> non-factorial example -- maybe some useful aggregator
|
||||
|
|
@ -33,18 +41,6 @@ PUNCHDOWN LIST
|
|||
- needs UTs as well
|
||||
o while-read example from issues
|
||||
|
||||
* release ordering?
|
||||
conda
|
||||
brew macports chocolatey
|
||||
ubuntu debian fedora gentoo prolinux archlinux
|
||||
netbsd freebsd
|
||||
|
||||
* post-release:
|
||||
w installing-miller.md.in
|
||||
|
||||
================================================================
|
||||
NON-BLOCKERS
|
||||
|
||||
* profile sort
|
||||
|
||||
* RT ngrams.sh -v -o 1 one-word-list.txt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue