diff --git a/web/README.md b/web/README.md index 1de6f9e01..0c08dbda7 100644 --- a/web/README.md +++ b/web/README.md @@ -4,6 +4,7 @@ - Run `node --version` to make sure that you have at least Node.js 14 or above. If you are on **Ubuntu <= 20.04**, you need to [upgrade](https://github.com/nodesource/distributions/blob/master/README.md#installation-instructions). +- Run `cd mitmproxy/web` to change to the directory with package.json - Run `npm install` to install dependencies - Run `npm start` to start live-compilation - Run `mitmweb` after activating your Python virtualenv (see [`../CONTRIBUTING.md`](../CONTRIBUTING.md)).