From 2edb2337c24f02151581a04d7b5b074320d3037a Mon Sep 17 00:00:00 2001 From: Aleksandr Kadykov Date: Fri, 17 Jan 2025 13:51:53 +0000 Subject: [PATCH] Fix typo in Development.md (#6330) --- Development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Development.md b/Development.md index 2fa18cfa91c1..50ae8fe8b935 100644 --- a/Development.md +++ b/Development.md @@ -5,7 +5,7 @@ Otherwise, you can clone the OpenHands project directly. ## Start the Server for Development ### 1. Requirements -* Linux, Mac OS, or [WSL on Windows](https://learn.microsoft.com/en-us/windows/wsl/install) [Ubuntu <= 22.04] +* Linux, Mac OS, or [WSL on Windows](https://learn.microsoft.com/en-us/windows/wsl/install) [Ubuntu >= 22.04] * [Docker](https://docs.docker.com/engine/install/) (For those on MacOS, make sure to allow the default Docker socket to be used from advanced settings!) * [Python](https://www.python.org/downloads/) = 3.12 * [NodeJS](https://nodejs.org/en/download/package-manager) >= 20.x