doc: added further instructions

This commit is contained in:
Leonard Excoffier
2024-09-25 22:18:11 -04:00
parent 56c9736a6c
commit ec98557240

View File

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