Merge pull request #6 from scenaristeur/patch-1

Update README.md
This commit is contained in:
Ettore Di Giacinto
2023-12-02 08:40:21 +01:00
committed by GitHub

View File

@@ -54,6 +54,9 @@ No frills, just run docker-compose and start chatting with your virtual assistan
```bash ```bash
# Modify the configuration # Modify the configuration
# vim .env # vim .env
# first run (and pulling the container)
docker-compose up
# next runs
docker-compose run -i --rm localagi docker-compose run -i --rm localagi
``` ```