From de9c7bcf764af774881e8eaba6148adaf89cfae3 Mon Sep 17 00:00:00 2001 From: ngosang Date: Sat, 9 Jan 2021 00:54:33 +0100 Subject: [PATCH] Add documentation for precompiled binaries installation --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 65a244b..b1a66ef 100644 --- a/README.md +++ b/README.md @@ -55,9 +55,16 @@ docker run -d \ ghcr.io/flaresolverr/flaresolverr:latest ``` +### Precompiled binaries + +This is the recommended way for Windows users. +* Download the [FlareSolverr zip](https://github.com/FlareSolverr/FlareSolverr/releases) from the release's assets. It is available for Windows and Linux. +* Extract the zip file. FlareSolverr executable and chrome folder must be in the same directory. +* Execute FlareSolverr binary. In the environment variables section you can find how to change the configuration. + ### From source code -This is the recommended way for Windows / MacOS users and for developers. +This is the recommended way for 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