We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28936f8 commit 1482c02Copy full SHA for 1482c02
1 file changed
01-installation.md
@@ -23,15 +23,15 @@ MintyPHP supports MariaDB (and other MySQL compatible databases).
23
You can download the latest version as a zip archive by clicking the button below.
24
25
<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>
+<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>
27
28
29
30
Unzip the archive and run the start.sh script with the following command:
31
32
```
33
-unzip mintyphp-.zip
34
-cd mintyphp-
+unzip mintyphp-2.0.5.zip
+cd mintyphp-2.0.5
35
bash start.sh
36
37
0 commit comments