From a39ac48549ccc28b6a9527f7d572206993ee3c89 Mon Sep 17 00:00:00 2001 From: Cogent Apps Date: Sat, 18 Mar 2023 01:53:20 +0000 Subject: [PATCH] add update instructions --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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.