From 9d3f2add7e7287bc45ed0c01a1df779789fed3f0 Mon Sep 17 00:00:00 2001 From: nash_su Date: Fri, 5 Apr 2024 20:54:11 +0800 Subject: [PATCH] add update method to readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index ecc93c9..a8a2985 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,17 @@ docker-compose up 🎉 You should now be able to open the web interface on http://localhost:3000. Nothing else is exposed by default. +### How to update to latest + +```bash +cd ./FreeAskInternet +git pull +docker compose rm backend +docker image rm nashsu/free_ask_internet +docker-compose up +``` + + ## Credits - ChatGPT-Next-Web : [https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web](https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web)