diff --git a/docs/src/contributing.md b/docs/src/contributing.md index 9080c16c1..528194f40 100644 --- a/docs/src/contributing.md +++ b/docs/src/contributing.md @@ -46,8 +46,7 @@ PRs which pass regression test ([https://github.com/johnkerl/miller/blob/main/te ## Build script -Much of Miller's documentation is autogenerated from code. With the `miller/go` -directory in your `$PATH` (so it will find the modified `mlr` executable if -you've modified any source code), please do `make dev` in the Miller base -directory. This runs source build, unit test, regression test, manual-page -autogen, document autogen, and document static-build all in the correct order. +Much of Miller's documentation is autogenerated from code. With the `miller` directory in your +`$PATH` (so it will find the modified `mlr` executable if you've modified any source code), please +do `make dev` in the Miller base directory. This runs source build, unit test, regression test, +manual-page autogen, document autogen, and document static-build all in the correct order. diff --git a/docs/src/contributing.md.in b/docs/src/contributing.md.in index a13f00543..dae0dddab 100644 --- a/docs/src/contributing.md.in +++ b/docs/src/contributing.md.in @@ -30,8 +30,7 @@ PRs which pass regression test ([https://github.com/johnkerl/miller/blob/main/te ## Build script -Much of Miller's documentation is autogenerated from code. With the `miller/go` -directory in your `$PATH` (so it will find the modified `mlr` executable if -you've modified any source code), please do `make dev` in the Miller base -directory. This runs source build, unit test, regression test, manual-page -autogen, document autogen, and document static-build all in the correct order. +Much of Miller's documentation is autogenerated from code. With the `miller` directory in your +`$PATH` (so it will find the modified `mlr` executable if you've modified any source code), please +do `make dev` in the Miller base directory. This runs source build, unit test, regression test, +manual-page autogen, document autogen, and document static-build all in the correct order.