From 5e511059bfd544c68a561b96315a7e07616b2c3e Mon Sep 17 00:00:00 2001 From: Jeremy Kauffman Date: Fri, 19 Aug 2016 09:13:44 -0400 Subject: [PATCH] Even easier lbry.io setup instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b07caa70..33256f58 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ It's very easy to have lbry.io running locally: - Install PHP7 - Checkout the project -- Run `php --server localhost:8000 --docroot web/ web/index.php` from the root project folder +- Run `./dev.sh` from the project root - Access `localhost:8000` in your browser To run remotely, simply install PHP and configure Apache or your server of choice to serve `web/index.php`.