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:**