Update README.md

first pull the container
This commit is contained in:
David
2023-10-02 19:04:56 +02:00
committed by GitHub
parent 8164190425
commit ab24a2a7cf

View File

@@ -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
```