Skip to content

Commit 687965a

Browse files
committed
add build info to readme
1 parent b49ff97 commit 687965a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,13 @@ m.toMarkdown:
7878

7979
* Run `sbt build` in terminal.
8080

81+
* The `build` task runs these all these tasks but you can run each of them separately inside sbt:
82+
* `meta` generate meta files, or use the underlying `Test / run` task
83+
* `test` run all tests
84+
* `package` build a jar in target/scala-x.y.z
85+
* `build` clean + all of the above
86+
87+
8188
## How to publish
8289

8390
For maintainers of https://github.com/reqT/reqT-lang

0 commit comments

Comments
 (0)