Skip to content

Commit 20434e1

Browse files
committed
Switch to latest release
1 parent 5fc2efa commit 20434e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Backup your MySQL / MariaDB server ( structure, data, users, grants, views, trig
1414
### Clone the repository
1515

1616
```sh
17-
curl -L -# -o sql-backup.zip https://github.com/code-lts/sql-backup/archive/refs/heads/main.zip
17+
curl -L -# -o sql-backup.zip https://github.com/code-lts/sql-backup/archive/refs/tags/v1.2.0.zip
1818
```
1919

2020
### Unzip file
@@ -26,7 +26,7 @@ unzip sql-backup.zip
2626
### Move into the directory
2727

2828
```sh
29-
cd sql-backup-main/
29+
cd sql-backup-1.2.0/
3030
```
3131

3232
### Copy the configuration example

0 commit comments

Comments
 (0)