diff --git a/README.md b/README.md index deda744..9aa6d36 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Alternatively, clone this repository and run `python setup.py install`. Node.js dependency ============ -A currently supported version of [Node.js](https://nodejs.org/) is required to interpret Cloudflare's obfuscated JavaScript challenge. Releases older than 4.5 are definitely broken. +[Node.js](https://nodejs.org/) version 10 or above 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 >= 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/).