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 66265b7 commit b7ddd38Copy full SHA for b7ddd38
1 file changed
README.md
@@ -25,11 +25,10 @@ WebTorrent tracker is a required component of [WebTorrent](https://github.com/we
25
26
## Build instructions
27
28
-Node.js 16+ is required.
+Node.js 22.18.0+ is required for direct TypeScript support.
29
30
```sh
31
npm install
32
-npm run build
33
```
34
35
## Run instructions
@@ -41,6 +40,13 @@ npm run build
41
40
or
42
43
+node src/run-tracker.ts [config.json]
44
+```
45
+
46
+or
47
48
+```sh
49
+npm run build
50
node lib/run-tracker.js [config.json]
51
52
0 commit comments