Skip to content

Commit 9d38a56

Browse files
committed
more specifics on setting up Livekit
1 parent aa8f9a3 commit 9d38a56

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,15 @@
2929
npx supabase start
3030
```
3131
10. Install the livekit server by following instructions [here](https://docs.livekit.io/getting-started/server-setup/)
32+
- If you're on Linux or Mac, you'll be ready to move onto the next step
33+
- But if you're on windows, you'll want to make sure that the executable is somewhere that's on your system PATH
3234
11. Run livekit in dev mode
3335
```bash
36+
# linux/mac
3437
livekit-server --dev
38+
39+
# or for windows users
40+
livekit-server.exe --dev
3541
```
3642
12. Navigate to http://localhost:54323/project/default/storage/buckets and create 2 public buckets:
3743
- avatars

0 commit comments

Comments
 (0)