We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d28a1b commit 4c0013aCopy full SHA for 4c0013a
2 files changed
.github/node-version.txt
@@ -1 +1 @@
1
-18
+24
web/README.md
@@ -1,9 +1,7 @@
# Quick Start
2
3
- Install mitmproxy as described in [`../CONTRIBUTING.md`](../CONTRIBUTING.md)
4
-- Run `node --version` to make sure that you have at least Node.js 18 or above. If you are on **Ubuntu <= 22.04**, you
5
- need to
6
- [upgrade](https://github.com/nodesource/distributions/blob/master/README.md#installation-instructions).
+- Run `node --version` to make sure that you have at least Node.js 24 or above.
7
- Run `cd ./web` to change to the directory with package.json.
8
- Run `npm install` to install dependencies.
9
- Run `uv run mitmweb`
0 commit comments