From 56c9736a6cfe05dc9e8bab1fd7f091c6d8e5dbcf Mon Sep 17 00:00:00 2001 From: Leonard Excoffier <48970393+excoffierleonard@users.noreply.github.com> Date: Wed, 25 Sep 2024 22:15:28 -0400 Subject: [PATCH] doc: added prereq commands --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index adc5ee6..9f136b2 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,20 @@ We’ve provided a handy script `setup.sh` that will guide you through the setup ### Steps to Run the Automatic Setup: +0. **Clone the repository and make the script executable** + +```bash +git clone https://git.jisoonet.com/el/mariadb-setup-guide.git +``` + +```bash +cd mariadb-setup-guide +``` + +```bash +chmod +x setup.sh +``` + 1. **Run the Setup Script:** - In your terminal, execute the following command: