Update install from source code documentation

This commit is contained in:
ngosang 2020-12-14 00:51:44 +01:00
parent 743058a37f
commit d4d7b93d7e

View File

@ -55,11 +55,12 @@ docker run -d \
### From source code ### From source code
It requires NodeJS. This is the recommended way for Windows / MacOS users and for developers.
* Install [NodeJS](https://nodejs.org/)
Run `PUPPETEER_PRODUCT=chrome npm install` to install FlareSolverr dependencies. * Clone this repository and open a shell in that path
* Run `npm install` command to install FlareSolverr dependencies
First run `npm run build`. Once the TypeScript is compiled, you can use `npm start` to start FlareSolverr. * Run `npm run build` command to compile TypeScript code
* Run `npm start` command to start FlareSolverr
## Usage ## Usage