Skip to content

Commit bc2390e

Browse files
committed
docs: add --init option to getting started usage
1 parent 425eb93 commit bc2390e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/quickstart.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,16 @@ See more about [installation](/installation).
2222

2323
Once **bashunit** is installed, you're ready to get started.
2424

25+
You can bootstrap a ready to use test suite with the `--init` option:
26+
27+
```bash
28+
./lib/bashunit --init tests
29+
```
30+
31+
This will create a `tests` directory containing a sample test and bootstrap file.
32+
33+
Alternatively, create your tests manually:
34+
2535
1. First, create a folder to place your tests:
2636
```bash
2737
mkdir tests

0 commit comments

Comments
 (0)