doc: added prereq commands

This commit is contained in:
Leonard Excoffier
2024-09-25 22:15:28 -04:00
parent f34c2fb05a
commit 56c9736a6c

View File

@@ -21,6 +21,20 @@ Weve provided a handy script `setup.sh` that will guide you through the setup
### Steps to Run the Automatic Setup:
0. **Clone the repository and make the script executable**
```bash
git clone https://git.jisoonet.com/el/mariadb-setup-guide.git
```
```bash
cd mariadb-setup-guide
```
```bash
chmod +x setup.sh
```
1. **Run the Setup Script:**
- In your terminal, execute the following command: