]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - bin/install
toggle archive / fav actions
[github/wallabag/wallabag.git] / bin / install
index 5b93e46e3cd7bb06eba2e8ac00b695f5d59dda44..61ffcb658ee97ff7bac689e5c7c24c5682d77d87 100755 (executable)
@@ -67,8 +67,6 @@ $query  = executeQuery($handle, $sql, $params);
 
 echo 'wallabag is now installed';
 echo "\r\n";
-echo 'Just execute the following commands for using wallabag:';
+echo 'Just execute `php app/console server:run` for using wallabag:';
 echo "\r\n";
-echo 'cd web';
-echo "\r\n";
-echo 'php -S localhost:8000';
\ No newline at end of file
+echo 'http://localhost:8000';
\ No newline at end of file