From 676697fe4934df490b93f543f4644663b91d9321 Mon Sep 17 00:00:00 2001 From: xdvora19 <xdvora19@fi.muni.cz> Date: Mon, 18 Mar 2024 16:53:04 +0100 Subject: [PATCH] update README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 218ca0e..3d6d908 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,13 @@ ``` poetry install +poetry run mkdocs serve +``` +If you wish to update and pull documentation from connected other repositories then instead run: +``` +poetry install +poetry run ./utilities.sh poetry run mkdocs serve ``` -- GitLab