diff --git a/crawlee/README.md b/crawlee/README.md index 2615a70..cee0f54 100644 --- a/crawlee/README.md +++ b/crawlee/README.md @@ -5,7 +5,7 @@ crawlee scraping and browser automation library. ```bash -$ docker run --rm -it -v $PWD:/tmp apify/actor-node:16 sh +$ docker run --rm -it -v $PWD:/tmp apify/actor-node:20 sh >>> export PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1 >>> export PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=1 >>> npx crawlee create -t cheerio-js my-crawler