From 677c5427092d0969224e1c509a652daacaf79927 Mon Sep 17 00:00:00 2001 From: Elyan Date: Sun, 13 Oct 2024 18:52:18 +0200 Subject: [PATCH] fix: Build commands in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae935b1..b87bc14 100644 --- a/README.md +++ b/README.md @@ -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 ```