From 4cbf098a40937a5ba1a9b9e73765a28de09b8366 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Fri, 24 Oct 2025 02:15:39 -0300 Subject: [PATCH] docs: remove instructions for orb --- DEVELOPERS.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/DEVELOPERS.md b/DEVELOPERS.md index becad9b57..303bf38d1 100644 --- a/DEVELOPERS.md +++ b/DEVELOPERS.md @@ -40,18 +40,6 @@ docker build -t supabase/edge-runtime . docker run -it --rm -p 9000:9000 -v ./examples/:/examples supabase/edge-runtime start --main-service /examples/main ``` -Another option would be to install [Orb](https://docs.orbstack.dev/install) and -use an [Orbstack Machine](https://docs.orbstack.dev/machines/) to run a Linux -Machine. - -First create a machine: - -``` -orb create ubuntu new-ubuntu -``` - -and run `orb` in the base directory to enter the virtual machine. - ## How to run tests ```sh