mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
add source-checkout info to build-from-source instructions
This commit is contained in:
parent
f131087713
commit
f141a0ef4c
1 changed files with 4 additions and 0 deletions
|
|
@ -98,6 +98,10 @@ See also [building from source](https://miller.readthedocs.io/en/latest/build.ht
|
|||
|
||||
# Building from source
|
||||
|
||||
* First:
|
||||
* `cd /where/you/want/to/put/the/source`
|
||||
* `git clone https://github.com/johnkerl/miller`
|
||||
* `cd miller`
|
||||
* With `make`:
|
||||
* To build: `make`. This takes just a few seconds and produces the Miller executable, which is `./mlr` (or `.\mlr.exe` on Windows).
|
||||
* To run tests: `make check`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue