Skip to content

Commit 91ebb1d

Browse files
authored
Merge pull request #595 from meleu/patch-1
docs: fix instructions to use subcommands
2 parents 642a12e + 6d38261 commit 91ebb1d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/quickstart.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ See more about [installation](/installation).
3636

3737
Once **bashunit** is installed, you're ready to get started.
3838

39-
You can bootstrap a ready to use test suite with the `--init` option:
39+
You can bootstrap a ready to use test suite with the `init` subcommand:
4040

4141
```bash
42-
./lib/bashunit --init tests
42+
./lib/bashunit init tests
4343
```
4444

4545
This will create a `tests` directory containing a sample test and bootstrap file.
@@ -87,7 +87,7 @@ Alternatively, create your tests manually:
8787
If you prefer hands-on learning, bashunit includes an interactive tutorial:
8888

8989
```bash
90-
./lib/bashunit --learn
90+
./lib/bashunit learn
9191
```
9292

9393
This will guide you through 10 progressive lessons covering all major features with practical exercises and immediate feedback.

0 commit comments

Comments
 (0)