From d4d7b93d7e7441275e5f4e744685d23277568c20 Mon Sep 17 00:00:00 2001 From: ngosang Date: Mon, 14 Dec 2020 00:51:44 +0100 Subject: [PATCH] Update install from source code documentation --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e1a218c..12aaedf 100644 --- a/README.md +++ b/README.md @@ -55,11 +55,12 @@ docker run -d \ ### From source code -It requires NodeJS. - -Run `PUPPETEER_PRODUCT=chrome npm install` to install FlareSolverr dependencies. - -First run `npm run build`. Once the TypeScript is compiled, you can use `npm start` to start FlareSolverr. +This is the recommended way for Windows / MacOS users and for developers. +* Install [NodeJS](https://nodejs.org/) +* Clone this repository and open a shell in that path +* Run `npm install` command to install FlareSolverr dependencies +* Run `npm run build` command to compile TypeScript code +* Run `npm start` command to start FlareSolverr ## Usage