add update method to readme

This commit is contained in:
nash_su
2024-04-05 20:54:11 +08:00
parent 4df9559a78
commit 9d3f2add7e
+11
View File
@@ -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)