Skip to content

Commit 998284f

Browse files
authored
docs: remove instructions for orb (#629)
1 parent 223c9c9 commit 998284f

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

DEVELOPERS.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,6 @@ docker build -t supabase/edge-runtime .
4040
docker run -it --rm -p 9000:9000 -v ./examples/:/examples supabase/edge-runtime start --main-service /examples/main
4141
```
4242

43-
Another option would be to install [Orb](https://docs.orbstack.dev/install) and
44-
use an [Orbstack Machine](https://docs.orbstack.dev/machines/) to run a Linux
45-
Machine.
46-
47-
First create a machine:
48-
49-
```
50-
orb create ubuntu new-ubuntu
51-
```
52-
53-
and run `orb` in the base directory to enter the virtual machine.
54-
5543
## How to run tests
5644

5745
```sh

0 commit comments

Comments
 (0)