BlackArch / blackarch-guide

BlackArch Linux Guide for Users and Developers
https://www.blackarch.org/
155 stars 81 forks source link

Blackarch-Guide Repository

This is part of BlackArch Linux and provides the latex files for the BlackArch User Guides.

To create a new Guide in in a language create a blackarch-guide-.tex and an appendex-.tex file in the latex directory and add the target to the Makefile.

Everything is compiled in a Docker container, so the only dependency needed is docker.


Build

To compile the guides run make docker-build make pdf

This will compile all guides listed as targets in the Makefile.

Current Targets are:

You can also build a single guide (e.g. German) make pdf-de

linting is done via make lint or for a subtarget (e.g. English) make lint-en