We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa8f9a3 commit 9d38a56Copy full SHA for 9d38a56
1 file changed
README.md
@@ -29,9 +29,15 @@
29
npx supabase start
30
```
31
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
34
11. Run livekit in dev mode
35
```bash
36
+ # linux/mac
37
livekit-server --dev
38
+
39
+ # or for windows users
40
+ livekit-server.exe --dev
41
42
12. Navigate to http://localhost:54323/project/default/storage/buckets and create 2 public buckets:
43
- avatars
0 commit comments