doc: added further instructions
This commit is contained in:
19
README.md
19
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**
|
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
|
||||||
cd mariadb-setup-guide
|
git clone https://git.jisoonet.com/el/mariadb-setup-guide.git && \
|
||||||
```
|
cd mariadb-setup-guide
|
||||||
|
```
|
||||||
|
|
||||||
```bash
|
- Make the script executable:
|
||||||
chmod +x setup.sh
|
|
||||||
```
|
```bash
|
||||||
|
chmod +x setup.sh
|
||||||
|
```
|
||||||
|
|
||||||
1. **Run the Setup Script:**
|
1. **Run the Setup Script:**
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user