From 2ece5371d4dc9d68182837434249a98a416677c2 Mon Sep 17 00:00:00 2001 From: Nicolas Hiillos Date: Tue, 21 Mar 2023 14:01:49 +0200 Subject: [PATCH] Update readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cd74fbf..e0b0e62 100644 --- a/README.md +++ b/README.md @@ -14,14 +14,14 @@ The simplest way to run the project currently is by building and running the doc 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 -podman builder prune --all +podman builder prune --all --force ``` or ``` sh -docker builder prune --all +docker builder prune --all --force ``` ### Run built container