From bc110680859fd8dbe9ee157b7b0733b991b59cd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Humberto=20J=C3=BAnior?= Date: Wed, 27 Jul 2022 16:17:25 -0300 Subject: [PATCH] Updating README.md - Installation Added an installation method in case of "go get" no longer supported. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9b47450..c88f278 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,9 @@ Plution appends a payload to supplied URLs, naviguates to each URL with headless * How do I install it?
`go get -u github.com/raverrr/plution` + If you experience when installing, saying "'go get' is no longer supported outside a module.", use the below method:
+`GO111MODULE=on go install github.com/raverrr/plution@latest` + * why specifically limit it to checking if window.zzzc is defined?
`zzzc is a short pattern that is unlikely to already be in a prototype. If you want more freedom in regards to the javascript use https://github.com/detectify/page-fetch instead`