diff --git a/yeswiki-installer.php b/yeswiki-installer.php
index 958bf5d..74994a1 100755
--- a/yeswiki-installer.php
+++ b/yeswiki-installer.php
@@ -84,7 +84,7 @@ if (0 == posix_getuid()) {
copyYesWikiFiles($domain, $user, $dbUser);
}
$climate->shout(
- 'The yeswiki was successfully installed on '.$domain.', congrats ! 🎉'."\n"
+ 'The yeswiki was successfully installed on https://'.$domain.', congrats ! 🎉'."\n"
.' Unix user : '.$unixUser['user'].' with password : '.$unixUser['password'].' was created.'."\n"
.'MySQL user : '.$dbUser['user'].' with password : '.$dbUser['password'].' was created for database '.$dbUser['database'].'.'."\n"
);