Update README.md

Signed-off-by: VetheonGames <76892542+VetheonGames@users.noreply.github.com>
This commit is contained in:
VetheonGames 2023-07-27 15:35:10 -06:00 committed by GitHub
parent 4cfe697549
commit 4c24508fe4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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