mirror of
https://github.com/FlareSolverr/FlareSolverr.git
synced 2025-06-07 20:15:24 +00:00
Fix installation instructions
This commit is contained in:
parent
be4354c68d
commit
f3b30268c3
15
README.md
15
README.md
@ -8,9 +8,7 @@
|
|||||||
[](https://www.buymeacoffee.com/ngosang)
|
[](https://www.buymeacoffee.com/ngosang)
|
||||||
[](https://en.cryptobadges.io/donate/13Hcv77AdnFWEUZ9qUpoPBttQsUT7q9TTh)
|
[](https://en.cryptobadges.io/donate/13Hcv77AdnFWEUZ9qUpoPBttQsUT7q9TTh)
|
||||||
|
|
||||||
FlareSolverr is a proxy server to bypass Cloudflare protection
|
FlareSolverr is a proxy server to bypass Cloudflare protection.
|
||||||
|
|
||||||
:warning: This project is in beta state. Some things may not work and the API can change at any time.
|
|
||||||
|
|
||||||
## How it works
|
## How it works
|
||||||
|
|
||||||
@ -68,11 +66,12 @@ This is the recommended way for Windows users.
|
|||||||
### From source code
|
### From source code
|
||||||
|
|
||||||
This is the recommended way for 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.
|
||||||
* Run `npm run build` command to compile TypeScript code
|
* Run `node node_modules/puppeteer/install.js` to install Chromium.
|
||||||
* Run `npm start` command to start FlareSolverr
|
* Run `npm run build` command to compile TypeScript code.
|
||||||
|
* Run `npm start` command to start FlareSolverr.
|
||||||
|
|
||||||
### Systemd service
|
### Systemd service
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user