diff --git a/README.md b/README.md index a383343..4e88758 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ developers in mind. [![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/release/python-31013/) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) - -docker pull taprosoft/kotaemon:v1.0 + +docker pull ghcr.io/cinnamon/kotaemon:latest [![built with Codeium](https://codeium.com/badges/main)](https://codeium.com) @@ -89,7 +89,7 @@ docker run \ -e GRADIO_SERVER_NAME=0.0.0.0 \ -e GRADIO_SERVER_PORT=7860 \ -p 7860:7860 -it --rm \ -taprosoft/kotaemon:v1.0 +ghcr.io/cinnamon/kotaemon:latest ``` Navigate to `http://localhost:7860/` to access the web UI.