From 4c24508fe4eb491422f2cba32f6b7908153d43a1 Mon Sep 17 00:00:00 2001 From: VetheonGames <76892542+VetheonGames@users.noreply.github.com> Date: Thu, 27 Jul 2023 15:35:10 -0600 Subject: [PATCH] Update README.md Signed-off-by: VetheonGames <76892542+VetheonGames@users.noreply.github.com> --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 71b1084..34e1a95 100644 --- a/README.md +++ b/README.md @@ -2,16 +2,16 @@ This Ruby program is designed to perform regular backups of a MySQL database to a local directory, and optionally to a Backblaze B2 cloud storage bucket. -Please put any feature suggestions into [Issues](https://github.com/Pixelated-Studios/Ru-b2-SQL-Backups/issues) and we will implement them if we can! +Please put any feature suggestions into [Issues](https://github.com/PixelRidge-Softworks/Ru-b2-SQL-Backups/issues) and we will implement them if we can! If you'd like to help with the development of Ru(b2)SQL Backups, you can clone this repository and then create a Pull Request. If we don't find any issues, we will merge the PR. ## Installation To use this program, you'll need to run the following: (this is fixed now!) -[Source](https://raw.githubusercontent.com/Pixelated-Studios/Installers/main/install.sh) +[Source](https://raw.githubusercontent.com/PixelRidge-Softworks/Installers/main/install.sh) ```bash -wget https://raw.githubusercontent.com/Pixelated-Studios/Installers/main/install.sh && bash ./install.sh +wget https://raw.githubusercontent.com/PixelRidge-Softworks/Installers/main/install.sh && bash ./install.sh ``` ## Configuration