doc: corrected indentation

This commit is contained in:
Leonard Excoffier
2024-09-25 22:19:20 -04:00
parent ec98557240
commit cf94f1255f

View File

@@ -25,16 +25,16 @@ Weve provided a handy script `setup.sh` that will guide you through the setup
- Clone the Repository: - Clone the Repository:
```bash ```bash
git clone https://git.jisoonet.com/el/mariadb-setup-guide.git && \ git clone https://git.jisoonet.com/el/mariadb-setup-guide.git && \
cd mariadb-setup-guide cd mariadb-setup-guide
``` ```
- Make the script executable: - Make the script executable:
```bash ```bash
chmod +x setup.sh chmod +x setup.sh
``` ```
1. **Run the Setup Script:** 1. **Run the Setup Script:**