Update readme

This commit is contained in:
2023-03-21 14:01:49 +02:00
parent e42e0fea90
commit 2ece5371d4

View File

@@ -14,14 +14,14 @@ The simplest way to run the project currently is by building and running the doc
bash .docker/build.bash bash .docker/build.bash
``` ```
If build fails, consider clearing build cache If build fails, consider clearing build cache.
Do not run this if you have other docker containers that you care about on your computer.
``` sh ``` sh
podman builder prune --all podman builder prune --all --force
``` ```
or or
``` sh ``` sh
docker builder prune --all docker builder prune --all --force
``` ```
### Run built container ### Run built container