Skip to content

Commit 1482c02

Browse files
committed
update latest
1 parent 28936f8 commit 1482c02

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

01-installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ MintyPHP supports MariaDB (and other MySQL compatible databases).
2323
You can download the latest version as a zip archive by clicking the button below.
2424

2525
<br>
26-
<a href='http://github.com/mintyphp/mintyphp/archive/v.zip' style="text-decoration: none; color: white; background-color: #21a900; padding: 10px 20px;">Download MintyPHP v</a>
26+
<a href='http://github.com/mintyphp/mintyphp/archive/v2.0.5.zip' style="text-decoration: none; color: white; background-color: #21a900; padding: 10px 20px;">Download MintyPHP v2.0.5</a>
2727
<br>
2828
<br>
2929

3030
Unzip the archive and run the start.sh script with the following command:
3131

3232
```
33-
unzip mintyphp-.zip
34-
cd mintyphp-
33+
unzip mintyphp-2.0.5.zip
34+
cd mintyphp-2.0.5
3535
bash start.sh
3636
```
3737

0 commit comments

Comments
 (0)