Note
Windows
1. Install the following software:
2. Open an elevated command prompt and clone the book repository:
git clone https://github.com/dimitarminchev/DCPA.gitCloning into 'DCPA'...
remote: Enumerating objects: 700, done.
remote: Counting objects: 100% (107/107), done.
remote: Compressing objects: 100% (85/85), done.
remote: Total 700 (delta 70), reused 36 (delta 22), pack-reused 593 eceiving objects: 93% (651/700), 202.79 MiB | 9.45 MiB/s
Receiving objects: 100% (700/700), 204.77 MiB | 9.35 MiB/s, done.
Resolving deltas: 100% (410/410), done.3. Enter the newly cloned repository:
4. Install the required modules by running the following commands:
5. You may encounter an error like this:
6. Return to the command prompt and finish the installation:
7. Check the GitBook version with:
8. Run the procedure to generate the e-book in your chosen format:
Linux
1. Update your distribution:
2. Install the required packages:
3. Clone the book repository:
4. Generate the e-books:
Last updated