Updated pageres cli documentation authored by Marius David Wieschollek's avatar Marius David Wieschollek
......@@ -108,9 +108,10 @@ Only the front page of the domain is called and at maximum twice for mobile and
If you know a good program or service, feel free to open an issue to support it.
(Requirements: Offers a free plan and has an api)
**Pageres/PhantomJS** requires pageres-cli and phantomJS to installed locally.
**Pageres CLI** requires [pageres-cli](https://github.com/sindresorhus/pageres-cli) to installed locally.
Usually very reliable local and headless preview generator with a modern browser engine.
If the installation with NPM fails, try `sudo npm install --global pageres-cli@4.1.0 --unsafe-perm`.
If the installation with NPM fails, try `sudo npm install --global pageres-cli --unsafe-perm`.
If you are using a docker container, add `--cap-add=SYS_ADMIN` to enable the chrome sandbox.
**Browshot** offers 100 free screenshots per month.
The api offers HTTPS by default, you can view the screenshots in your account and you can buy additional screenshots as you need.
......
......