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)