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,14 +23,15 @@ Weve provided a handy script `setup.sh` that will guide you through the setup
0. **Clone the repository and make the script executable**
```bash
git clone https://git.jisoonet.com/el/mariadb-setup-guide.git
```
- Clone the Repository:
```bash
git clone https://git.jisoonet.com/el/mariadb-setup-guide.git && \
cd mariadb-setup-guide
```
- Make the script executable:
```bash
chmod +x setup.sh
```