We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e055f94 commit 48f51d9Copy full SHA for 48f51d9
src/Installer.php
@@ -75,7 +75,7 @@ public static function showMessage(Event $event = null)
75
$io->write('$ cd <codeigniter_project_folder>');
76
$io->write('$ php bin/install.php');
77
$io->write('<info>Above command will show help message.</info>');
78
- $io->write('See https://github.com/kenjis/codeigniter-composer-installer');
+ $io->write('See https://github.com/kenjis/codeigniter-composer-installer for details');
79
$io->write('==================================================');
80
81
self::deleteSelf();
0 commit comments