From ea0e83abc953154b1837530fabe48e813385e299 Mon Sep 17 00:00:00 2001 From: Shish Date: Mon, 23 Mar 2020 19:50:28 +0000 Subject: [PATCH] clearer missing-vendor screen --- index.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/index.php b/index.php index 545c37ca..69b00596 100644 --- a/index.php +++ b/index.php @@ -4,6 +4,7 @@ \* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ if (!file_exists("vendor/")) { + $cwd = getcwd(); print << @@ -15,11 +16,11 @@ if (!file_exists("vendor/")) {

Install Error

-

Warning: Composer vendor folder does not exist!

+

Shimmie is unable to find the composer vendor directory.

-

Shimmie is unable to find the composer vendor directory. -
To finish installing, you need to run composer install - in the shimmie directory. +

To finish installing, you need to run composer install + in the shimmie directory ($cwd).

+

(If you don't have composer, get it here)