diff --git a/README.md b/README.md index 6f9d6d2..19c539a 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,12 @@ docker run -v $(pwd)/data:/app/data -p 3000:3000 ghcr.io/cogentapps/chat-with-gp Then navigate to http://localhost:3000 to view the app. +## Updating + +``` +docker pull ghcr.io/cogentapps/chat-with-gpt:release +``` + ## License Chat with GPT is licensed under the MIT license. See the LICENSE file for more information.