mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 10:15:36 +00:00
Fix broken coverart image link in README.md
This commit is contained in:
parent
dd93aa49f9
commit
df84a8a34d
2 changed files with 3 additions and 3 deletions
|
|
@ -12,7 +12,7 @@ positionally-indexed. Then, on the fly, you can add new fields which are
|
|||
functions of existing fields, drop fields, sort, aggregate statistically,
|
||||
pretty-print, and more.
|
||||
|
||||

|
||||

|
||||
|
||||
* Miller operates on **key-value-pair data** while the familiar
|
||||
Unix tools operate on integer-indexed fields: if the natural data structure for
|
||||
|
|
|
|||
|
|
@ -6,11 +6,11 @@
|
|||
# go test
|
||||
# man:
|
||||
# creates manpage mlr.1 and manpage.txt using mlr from the $PATH
|
||||
# copies the latter to docs6/src
|
||||
# copies the latter to docs/src
|
||||
# also copies it out-of-tree to ~/man/man1, but only if that exists
|
||||
# docs:
|
||||
# turn *.md.in into *.md (live code samples), using mlr from the $PATH
|
||||
# turn *.md into docs6/site HTML and CSS files
|
||||
# turn *.md into docs/site HTML and CSS files
|
||||
|
||||
export TZ=""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue