From 05bb23a49ff172eeab515513a0e685ee98328c8a Mon Sep 17 00:00:00 2001 From: "Kay Marquardt (Gnadelwartz)" Date: Wed, 23 Dec 2020 13:46:39 +0100 Subject: [PATCH] shorter urls for download --- doc/0_install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/0_install.md b/doc/0_install.md index f581441..05190cd 100644 --- a/doc/0_install.md +++ b/doc/0_install.md @@ -64,8 +64,8 @@ BSD and MacOS users must install `gnu awk` and adjust the shebang, see below To install 'JSON.awk' download the file from githup and save it in the same folder as JSON.sh file: - wget https://raw.githubusercontent.com/step-/JSON.awk/master/JSON.awk - wget https://raw.githubusercontent.com/step-/JSON.awk/master/tool/patch-for-busybox-awk.sh + wget https://cdn.jsdelivr.net/gh/step-/JSON.awk/JSON.awk + wget https://cdn.jsdelivr.net/gh/step-/JSON.awk/tool/patch-for-busybox-awk.sh bash patch-for-busybox-awk.sh After you have checked that 'JSON.awk' is working correct on your system make `JSON.awk` executable and (re)start bashbot.