From 163eae0bb15d0daa5390f434a42a8176eca186e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Fri, 23 Jan 2015 12:45:24 +0100 Subject: toggle archive / fav actions --- bin/install | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'bin') 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 -- cgit v1.2.3