Skip to content

Commit 32d077e

Browse files
authored
Update web-jitsi-meet.md
1 parent 0bb1391 commit 32d077e

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docs/dev-guide/web-jitsi-meet.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,14 @@ This guide will help you setup a development environment to start working on the
99
## Building the sources
1010

1111
:::note
12-
Node.js >= 16 and npm >= 8 are required.
12+
Node.js >= 22 and npm >= 10 are required.
1313
:::
1414

1515
:::caution
1616
Windows is not supported.
1717
:::
1818

19-
On Debian/Ubuntu systems, the required packages can be installed with:
20-
- Download "Linux Binaries (x64)" from https://nodejs.org/en/download/
21-
- Install Node.js following these instructions: https://github.com/nodejs/help/wiki/Installation
19+
Make sure you have Node.js installed. If you don't, follow [these instructions](https://nodejs.org/en/download/).
2220

2321
Then go ahead:
2422
```bash
@@ -28,8 +26,11 @@ cd ./jitsi-meet
2826

2927
npm install
3028

31-
# To build the Jitsi Meet application, just type
29+
# To build the Jitsi Meet production application:
3230
make
31+
32+
# For development:
33+
make dev
3334
```
3435

3536
:::warning

0 commit comments

Comments
 (0)