This commit is contained in:
John Haverlack 2026-02-05 15:39:08 -09:00
parent 74b4efd2cf
commit 7115de389f
1 changed files with 10 additions and 0 deletions

View File

@ -54,6 +54,16 @@ Download PDF or HTML version of the b3 book. Which self documents how to use th
- [basic-book-builder.pdf ](build/pdf/basic-book-builder.pdf) - [basic-book-builder.pdf ](build/pdf/basic-book-builder.pdf)
- [basic-book-builder.html](build/html/basic-book-builder.html) - [basic-book-builder.html](build/html/basic-book-builder.html)
### Clone Repo
```
git clone https://github.com/jehaverlack/basic-book-builder.git
```
```
cd basic-book-builder
```
### Setup Build Environment ### Setup Build Environment
> NOTE: For Debian based systems. > NOTE: For Debian based systems.