From 0f3002c68edc80b89aeea174d26c258908548058 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=9D=E3=83=BC=E3=83=AB=20=E3=82=A6=E3=82=A7=E3=83=83?= =?UTF-8?q?=E3=83=96?= Date: Wed, 20 Mar 2019 11:56:47 -0500 Subject: [PATCH] Install update --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 9051b49b..728b6e81 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -19,7 +19,7 @@ If `localhost:8000` returns the lbry.com website, it's running correctly. ## Additional Notes -- Both the `dev.sh` and `docker.sh` scripts will initialize a configuration based on `data/config.php.example` if `data/config.php` does not exist. +- The `dev.sh` script will initialize 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. - 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.