central-arch-doc/README.md
Elyan 677c542709
All checks were successful
Central(Architecture) Docs Build / Build Documentation (push) Successful in 10s
fix: Build commands in README
2024-10-13 18:52:18 +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 image && make
```