We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff14d1d commit 73a91c5Copy full SHA for 73a91c5
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.3.zip' style="text-decoration: none; color: white; background-color: #21a900; padding: 10px 20px;">Download MintyPHP v</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.3.zip
+cd mintyphp-2.0.3
35
bash start.sh
36
37
0 commit comments