basic-book-builder/chapters/01_Getting_Started.md

33 lines
629 B
Markdown

# Getting Started
## Cloning the Basic Book Builder
> [!cli] Cloning the repository
> ```bash
> git clone https://github.com/jehaverlack/basic-book-builder.git
> ```
> [!cli] Navigate to the repo directory
> ```
> cd basic-book-builder
> ```
## Setting Up Build Environment
> [!caution] Debian Based Linux
> This script only support Debian based linux system (Debian, Ubunutu, Zorin, etc)
> This script has not been widely tested across platforms
> [!cli] Setup Build Environment
> ```bash
> ./scripts/setup-linux-deb.sh
> ```
For more information on setting up the build environment for your system see Appendix A.