Skip to content

Commit 1a1271b

Browse files
committed
Update README
1 parent 17208db commit 1a1271b

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

README.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,25 +39,33 @@ For more information check out the [PHP-CRUD-API](https://github.com/mevdschee/p
3939

4040
## Compilation
4141

42-
You can compile all files into a single "`admin.php`" file using:
42+
You can install all dependencies of this project using the following command:
43+
44+
php install.php
45+
46+
You can compile all files into a single "`ui.php`" file using:
4347

4448
php build.php
4549

50+
NB: The install script will patch the dependencies in the vendor directory for PHP 7.0 compatibility.
51+
52+
### Development
53+
4654
You can access the non-compiled code at the URL:
4755

48-
http://localhost:8080/src/
56+
http://localhost:8080/src/editor/posts/list
4957

5058
The non-compiled code resides in the "`src`" and "`vendor`" directories. The "`vendor`" directory contains the dependencies.
5159

52-
## Updating dependencies
60+
### Updating dependencies
5361

5462
You can update all dependencies of this project using the following command:
5563

5664
php update.php
5765

58-
This script will install and run Composer to update the dependencies.
66+
This script will install and run [Composer](https://getcomposer.org/) to update the dependencies.
5967

60-
NB: The update script will also patch the dependencies in the vendor directory for PHP 7.0 compatibility.
68+
NB: The update script will patch the dependencies in the vendor directory for PHP 7.0 compatibility.
6169

6270
## Local or remote API
6371

0 commit comments

Comments
 (0)