21 lines
821 B
Markdown
21 lines
821 B
Markdown
# docs/formal/user-guide/
|
|
|
|
One of the three practitioner books — *StarForth User Guide*, for end users
|
|
running StarForth interactively.
|
|
|
|
- **[main.tex](main.tex)** — Book entry point. `\input{}`s scraps covering
|
|
install/quickstart, heartbeat CSV export, the Raspberry Pi build guide,
|
|
and build options. The lightest of the three practitioner books —
|
|
intentionally scoped to running the VM, not developing it.
|
|
|
|
Built via `make -C docs/formal user-guide`; output lands at
|
|
`docs/formal/build/user-guide/main.pdf`.
|
|
|
|
## See also
|
|
|
|
- [`docs/formal/README.md`](../README.md) — the three-group publication
|
|
structure this book belongs to (practitioner books).
|
|
- [`docs/formal/dev-guide/README.md`](../dev-guide/README.md) — the
|
|
contributor-focused counterpart to this book.
|
|
- [Project root](../../../README.md)
|