]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - bin/install
add some documentation at the end of installation
[github/wallabag/wallabag.git] / bin / install
index ad9914099cfc23de3a4610a7965fd8a4f552390e..be4371b124528223130478a3184bd9e0f3c07550 100755 (executable)
@@ -66,3 +66,9 @@ $params = array($idUser, 'language', $defaultLanguage);
 $query  = executeQuery($handle, $sql, $params);
 
 echo 'wallabag is now installed';
+echo "\r\n";
+echo 'Just execute the following commands for using wallabag:';
+echo "\r\n";
+echo 'cd web';
+echo "\r\n";
+echo 'php -S localhost:8000';
\ No newline at end of file