X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=bin%2Finstall;h=61ffcb658ee97ff7bac689e5c7c24c5682d77d87;hb=163eae0bb15d0daa5390f434a42a8176eca186e7;hp=5b93e46e3cd7bb06eba2e8ac00b695f5d59dda44;hpb=bd9f08157cc10619e9bb9dace6df43090dde44a9;p=github%2Fwallabag%2Fwallabag.git diff --git a/bin/install b/bin/install index 5b93e46e..61ffcb65 100755 --- a/bin/install +++ b/bin/install @@ -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