diff --git a/README.md b/README.md index 755d3c5..a866822 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,13 @@ # proxylist +### Requirements +Node version : `v13.13.0` +Yarn version : `1.22.4` + ### Setup -Copy `example.env` to the `.env` and set values as desired +1. Copy `example.env` to the `.env` and set values as desired +2. Execute `yarn install` Run server with `yarn start`