Skip to content

Commit

Permalink
document nodejs 4.5 requirement
Browse files Browse the repository at this point in the history
As discussed in Anorov#241
  • Loading branch information
lukastribus authored May 13, 2019
1 parent 67f80eb commit 71d45e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ Alternatively, clone this repository and run `python setup.py install`.
Node.js dependency
============

[Node.js](https://nodejs.org/) is required to interpret Cloudflare's obfuscated JavaScript challenge.
[Node.js](https://nodejs.org/) (at least 4.5) is required to interpret Cloudflare's obfuscated JavaScript challenge.

Your machine may already have Node installed (check with `node -v`). If not, you can install it with `apt-get install nodejs` on Ubuntu and Debian and `brew install node` on macOS. Otherwise, you can get it from [Node's download page](https://nodejs.org/en/download/) or [their package manager installation page](https://nodejs.org/en/download/package-manager/).
Your machine may already have Node installed (check with `node -v`). If not, you can install it with `apt-get install nodejs` on Ubuntu >= 18.04 and Debian >= 9 and `brew install node` on macOS. Otherwise, you can get it from [Node's download page](https://nodejs.org/en/download/) or [their package manager installation page](https://nodejs.org/en/download/package-manager/).


Updates
Expand Down

0 comments on commit 71d45e1

Please sign in to comment.