fix: Build commands in README
All checks were successful
Central(Architecture) Docs Build / Build Documentation (push) Successful in 10s

This commit is contained in:
Elyan 2024-10-13 18:52:18 +02:00
parent 575f30556d
commit 677c542709

View File

@ -5,5 +5,5 @@ This repository contains the documentation on the Central(Architecture).
To build the documentation, `make` and `docker` should be installed in the build environment.
```bash
make create-docker-image && make
make image && make
```