central-arch-doc/README.md
2024-10-12 23:18:36 +02:00

10 lines
236 B
Markdown

# This repo
This repository contains the documentation on the Central(Architecture).
# Building from sources
To build the documentation, `make` and `docker` should be installed in the build environment.
```bash
make clean && make
```