Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions cli/joomla.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@
|| (filesize(JPATH_CONFIGURATION . '/configuration.php') < 10)
) {
echo 'Install Joomla to run cli commands' . PHP_EOL;
echo 'To install Joomla from the cli run the following command:' . PHP_EOL;
echo 'php installation/joomla.php install' . PHP_EOL;

exit;
}
Expand Down