38 lines
672 B
Markdown
38 lines
672 B
Markdown
# Getting Started
|
|
|
|
## Cloning the Basic Book Builder
|
|
|
|
|
|
> [!cli] Cloning the repository
|
|
> ```
|
|
> git clone https://github.com/jehaverlack/basic-book-builder.git
|
|
> ```
|
|
|
|
|
|
> [!cli] Navigate to the repo directory
|
|
> ```
|
|
> cd basic-book-builder
|
|
> ```
|
|
|
|
> [!code] Code Example
|
|
> ```
|
|
> if then else
|
|
> ```
|
|
|
|
## 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
|
|
> ```
|
|
> ./scripts/setup-linux-deb.sh
|
|
> ```
|
|
|
|
For more information on setting up the build environment for your system see Appendix A.
|
|
|