We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6803156 commit b2b73ccCopy full SHA for b2b73cc
01-installation.md
@@ -30,8 +30,10 @@ You can download the latest version as a zip or tarball from:
30
Unzip/untar the archive and run the start.sh script with the following command:
31
32
```
33
+unzip mintyphp-2.0.1.zip
34
+cd mintyphp-2.0.1
35
bash start.sh
36
37
-It should download composer.phar and install the latest versions of all dependencies.
38
+It should download composer.phar and adminer and install the latest versions of all PHP dependencies.
39
Then it should start the application in debug mode on [http://localhost:8000/](http://localhost:8000/).
0 commit comments