From ccbd69afbace771cf279929076fc6ec4439eef53 Mon Sep 17 00:00:00 2001 From: czakarian <31866115+czakarian@users.noreply.github.com> Date: Thu, 1 Nov 2018 10:32:18 -0700 Subject: [PATCH] Fix typo in INSTALL.md (#864) --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 91d4b323..11d46017 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -24,7 +24,7 @@ If `localhost:8000` returns the lbry.io website, it's running correctly. ## Additional Notes -- 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 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.