From ab24a2a7cf64bea7cf07022cdbb33a94908a74fc Mon Sep 17 00:00:00 2001 From: David Date: Mon, 2 Oct 2023 19:04:56 +0200 Subject: [PATCH] Update README.md first pull the container --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ed382a0..ce5414d 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,9 @@ No frills, just run docker-compose and start chatting with your virtual assistan ```bash # Modify the configuration # vim .env +# first run (and pulling the container) +docker-compose up +# next runs docker-compose run -i --rm localagi ```