From ec98557240ff211c4f209c74868e64ef2e930fbc Mon Sep 17 00:00:00 2001 From: Leonard Excoffier <48970393+excoffierleonard@users.noreply.github.com> Date: Wed, 25 Sep 2024 22:18:11 -0400 Subject: [PATCH] doc: added further instructions --- README.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 9f136b2..e7aa43a 100644 --- a/README.md +++ b/README.md @@ -23,17 +23,18 @@ We’ve 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 -cd mariadb-setup-guide -``` + ```bash + git clone https://git.jisoonet.com/el/mariadb-setup-guide.git && \ + cd mariadb-setup-guide + ``` -```bash -chmod +x setup.sh -``` + - Make the script executable: + + ```bash + chmod +x setup.sh + ``` 1. **Run the Setup Script:**