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