From 5db6bffaf66d3b5e540a6fb654b12e7603e4ecdc Mon Sep 17 00:00:00 2001 From: mamoodi Date: Mon, 10 Nov 2025 11:16:41 -0500 Subject: [PATCH] =?UTF-8?q?Add=20some=20notes=20to=20the=20README=20for=20?= =?UTF-8?q?things=20that=20are=20not=20officially=20suppo=E2=80=A6=20(#116?= =?UTF-8?q?63)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .devcontainer/README.md | 1 + containers/dev/README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .devcontainer/README.md diff --git a/.devcontainer/README.md b/.devcontainer/README.md new file mode 100644 index 0000000000..50a641bbec --- /dev/null +++ b/.devcontainer/README.md @@ -0,0 +1 @@ +This way of running OpenHands is not officially supported. It is maintained by the community. diff --git a/containers/dev/README.md b/containers/dev/README.md index 0fb1bbc3b3..4f2df5cb0b 100644 --- a/containers/dev/README.md +++ b/containers/dev/README.md @@ -1,7 +1,7 @@ # Develop in Docker > [!WARNING] -> This is not officially supported and may not work. +> This way of running OpenHands is not officially supported. It is maintained by the community and may not work. Install [Docker](https://docs.docker.com/engine/install/) on your host machine and run: