Skip to content

Commit c7ea8e0

Browse files
committed
[README] improved install process
1 parent 4d7bc8f commit c7ea8e0

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,31 @@ Backup your MySQL / MariaDB server ( structure, data, users, grants, views, trig
99

1010
## Install
1111

12+
### Clone the repository
1213
```bash
13-
1414
git clone https://github.com/williamdes/sql-backup.git --depth 1
1515
```
16+
### Move into the directory
1617
```bash
1718
cd sql-backup
18-
19+
```
20+
### Copy the configuration example
21+
```bash
1922
cp .env-example .env
2023
```
24+
### Edit your configuration file
25+
#### Nano
2126
```bash
2227
nano .env
2328
```
24-
or
29+
#### Vi
2530

2631
```bash
2732
vi .env
2833

2934
```
30-
then
31-
35+
### Start backup
36+
Execute this command to start the backup !
3237
```
3338
./backup.sh
3439
```

0 commit comments

Comments
 (0)