Skip to content

Commit b2b73cc

Browse files
committed
fix
1 parent 6803156 commit b2b73cc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

01-installation.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,10 @@ You can download the latest version as a zip or tarball from:
3030
Unzip/untar the archive and run the start.sh script with the following command:
3131

3232
```
33+
unzip mintyphp-2.0.1.zip
34+
cd mintyphp-2.0.1
3335
bash start.sh
3436
```
3537

36-
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.
3739
Then it should start the application in debug mode on [http://localhost:8000/](http://localhost:8000/).

0 commit comments

Comments
 (0)