central-arch-doc/README.md

10 lines
236 B
Markdown
Raw Normal View History

2024-10-12 21:18:36 +00:00
# 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
```