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** 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
git clone https://git.jisoonet.com/el/mariadb-setup-guide.git && \
cd mariadb-setup-guide cd mariadb-setup-guide
``` ```
- Make the script executable:
```bash ```bash
chmod +x setup.sh chmod +x setup.sh
``` ```