add source-checkout info to build-from-source instructions

This commit is contained in:
John Kerl 2022-09-28 00:32:20 -04:00
parent f131087713
commit f141a0ef4c

View file

@ -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`.