1
0
mirror of https://github.com/MontFerret/ferret.git synced 2025-09-16 09:06:36 +02:00

Update README.md

This commit is contained in:
Tim Voronov
2018-10-04 16:19:26 -04:00
committed by GitHub
parent efe3c97d6e
commit 689cd7187c

View File

@@ -79,6 +79,12 @@ docker pull alpeware/chrome-headless-trunk
docker run -d -p=0.0.0.0:9222:9222 --name=chrome-headless -v /tmp/chromedata/:/data alpeware/chrome-headless-trunk
```
But if you want to see what's happening during query execution, just start your Chrome with remote debugging port:
```sh
chrome.exe --remote-debugging-port=9222
```
## Quick start
### Browserless mode