Skip to content

Commit c8e7436

Browse files
committed
fix
1 parent be7fc56 commit c8e7436

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

01-installation.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,16 @@ MintyPHP is simple and easy to install. The minimum requirements are a web serve
1515

1616
While a database engine isn’t required, most applications will utilize one. MintyPHP supports MariaDB (and other MySQL compatible databases).
1717

18+
## Download
19+
20+
You can download the latest version as a zip or tarball from:
21+
22+
<a href='https://github.com/mintyphp/mintyphp/zipball/master' style="text-decoration: none; color: #111; font-weight: bold; background-color: #51d927; padding: 10px 20px;">Download</a>
23+
24+
Unzip/untar the archive and run the start.sh script with the following command:
25+
26+
```
27+
bash start.sh
28+
```
29+
30+
It should download composer.phar and install the latest versions of all dependencies. Then it should start the application in debug mode.

0 commit comments

Comments
 (0)