mirror of
https://github.com/FlareSolverr/FlareSolverr.git
synced 2025-06-07 20:15:24 +00:00
Add documentation for precompiled binaries installation
This commit is contained in:
parent
bef9411e1c
commit
de9c7bcf76
@ -55,9 +55,16 @@ docker run -d \
|
|||||||
ghcr.io/flaresolverr/flaresolverr:latest
|
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
|
### 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/)
|
* Install [NodeJS](https://nodejs.org/)
|
||||||
* Clone this repository and open a shell in that path
|
* Clone this repository and open a shell in that path
|
||||||
* Run `npm install` command to install FlareSolverr dependencies
|
* Run `npm install` command to install FlareSolverr dependencies
|
||||||
|
Loading…
x
Reference in New Issue
Block a user