Skip to content

Commit

Permalink
add source-checkout info to build-from-source instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed Sep 28, 2022
1 parent f131087 commit f141a0e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit f141a0e

Please sign in to comment.