From 92cb648b17835120dc6a5f2dc4492d20e820c2df Mon Sep 17 00:00:00 2001 From: DJ2LS <75909252+DJ2LS@users.noreply.github.com> Date: Tue, 18 Feb 2025 07:57:49 +0100 Subject: [PATCH] Update README.md adjusted patches to correct repo --- tools/macOS/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/macOS/README.md b/tools/macOS/README.md index 734af467..bf0b8e7a 100644 --- a/tools/macOS/README.md +++ b/tools/macOS/README.md @@ -35,8 +35,8 @@ Open the Terminal and execute the following commands: ``` % mkdir ~/freedata % cd ~/freedata -% curl -o install-freedata-macos.sh https://raw.githubusercontent.com/HB9HBO/FreeDATA-macOS/main/install-freedata-macos.sh -% curl -o run-freedata-macos.sh https://raw.githubusercontent.com/HB9HBO/FreeDATA-macOS/main/run-freedata-macos.sh +% curl -o install-freedata-macos.sh https://raw.githubusercontent.com/DJ2LS/FreeDATA/main/install-freedata-macos.sh +% curl -o run-freedata-macos.sh https://raw.githubusercontent.com/DJ2LS/FreeDATA/main/run-freedata-macos.sh % bash install-freedata-macos.sh ```