Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 443 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 443 Bytes

Coredump Handbuch

Rendered: https://coredump-ch.github.io/handbuch/

Building

Voraussetzung: Rust und Cargo müssen installiert sein.

Danach:

cargo install --locked mdbook mdbook-admonish mdbook-toc

Um die Dokumentation zu builden:

mdbook build

Die HTML-Daten befinden sich im Ordner book.

Um einen Entwicklungsserver zu starten:

mdbook serve

Der Server ist im Browser unter http://localhost:3000/ erreichbar.