diff --git a/README.md b/README.md index e1d5d47..367a741 100644 --- a/README.md +++ b/README.md @@ -115,5 +115,18 @@ Use xArgs in build: ``` Command: `buildj ::build` +
+ +Use xRuns in build: +``` +{ + xRuns: { + "pub": ["./publish"] + } +} +``` +Command: `buildj ...pub` + +