update file (#799)

addition of .
This commit is contained in:
MDK3 2018-10-01 10:42:32 -03:00 committed by Thomas Zarebczan
parent c7e4f82a1c
commit 8d62f71752

View file

@ -27,4 +27,4 @@ If `localhost:8000` returns the lbry.io website, it's running correctly.
- Both the `dev.sh` and `docker.sh` scripts will initialise a configuration based on `data/config.php.example` if `data/config.php` does not exist. - Both the `dev.sh` and `docker.sh` scripts will initialise a configuration based on `data/config.php.example` if `data/config.php` does not exist.
- Some pages and interactions rely on API keys that will not be available to you in your install. - Some pages and interactions rely on API keys that will not be available to you in your install.
- To run remotely, simply install PHP and configure Apache or your server of choice to serve `web/index.php`. - To run remotely, simply install PHP and configure Apache or your server of choice to serve `web/index.php`.
- If dev.sh fails to start with missing php extensions, please install php-xml, php-curl, php-mbstring according to your OS instruction - If dev.sh fails to start with missing php extensions, please install php-xml, php-curl, php-mbstring according to your OS instruction.