From 638476a6bfb5f558b8f0fd8e8dd04ee1a979bc0e Mon Sep 17 00:00:00 2001 From: Bilal Date: Thu, 20 Aug 2020 16:04:35 +0300 Subject: [PATCH] update README --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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`