Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@ It creates, in the current directory:
- `.github/workflows/tests.yml` — a CI workflow using the official action
- `.env` — with `BASHUNIT_BOOTSTRAP=tests/bootstrap.sh`, which is what makes the bootstrap load

If `.env` already sets `BASHUNIT_BOOTSTRAP`, `init` comments that line out and appends the
new one, so check the diff before committing.
If `.env` already sets `BASHUNIT_BOOTSTRAP` to that same file, `init` leaves it alone and
says so, so re-running is safe. If it points somewhere else, the old line is commented out
and the new one appended — check the diff before committing.

Alternatively, create your tests manually:

Expand Down
Loading