aboutsummaryrefslogtreecommitdiffhomepage
path: root/bin/install
diff options
context:
space:
mode:
Diffstat (limited to 'bin/install')
-rwxr-xr-xbin/install6
1 files changed, 2 insertions, 4 deletions
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);
67 67
68echo 'wallabag is now installed'; 68echo 'wallabag is now installed';
69echo "\r\n"; 69echo "\r\n";
70echo 'Just execute the following commands for using wallabag:'; 70echo 'Just execute `php app/console server:run` for using wallabag:';
71echo "\r\n"; 71echo "\r\n";
72echo 'cd web'; 72echo 'http://localhost:8000'; \ No newline at end of file
73echo "\r\n";
74echo 'php -S localhost:8000'; \ No newline at end of file