diff --git a/README.md b/README.md index 360e639..6b962f8 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,11 @@ ## 🎉 News -* **September 25th, 2023: The **Git** feature is now available**, enabling the programmer to utilize GitHub for version control. To enable this feature, simply set ``"git_management"`` to ``"True"`` in ``ChatChainConfig.json``. See [guide](wiki.md#git-mode). +* **October 26th, 2023: ChatDev is now supported with Docker for safe execution** (thanks to contribution from [ManindraDeMel](https://github.com/ManindraDeMel)). Please see [Docker Start Guide](wiki.md#docker-start). +

+ +

+* September 25th, 2023: The **Git** feature is now available, enabling the programmer to utilize GitHub for version control. To enable this feature, simply set ``"git_management"`` to ``"True"`` in ``ChatChainConfig.json``. See [guide](wiki.md#git-mode).

@@ -109,7 +113,7 @@ To get started, follow these steps: ``` ### 🐳 Quickstart with Docker -- We thank [ManindraDeMel](https://github.com/ManindraDeMel) for providing Docker support. Please see [Docker guide](wiki.md#docker-start). +- We thank [ManindraDeMel](https://github.com/ManindraDeMel) for providing Docker support. Please see [Docker Start Guide](wiki.md#docker-start). ## ✨️ Advanced Skills diff --git a/misc/docker.png b/misc/docker.png new file mode 100644 index 0000000..567bf28 Binary files /dev/null and b/misc/docker.png differ