From f565e10817465c8bfc8fe93004173ffcc29ccf95 Mon Sep 17 00:00:00 2001 From: Kevin Decherf Date: Sat, 16 Dec 2017 14:02:10 +0100 Subject: [PATCH] command: replace note regarding server:run --env=prod server:run --env=prod does not exist anymore Signed-off-by: Kevin Decherf --- src/Wallabag/CoreBundle/Command/InstallCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Wallabag/CoreBundle/Command/InstallCommand.php b/src/Wallabag/CoreBundle/Command/InstallCommand.php index dec2bf9c..a56a3257 100644 --- a/src/Wallabag/CoreBundle/Command/InstallCommand.php +++ b/src/Wallabag/CoreBundle/Command/InstallCommand.php @@ -64,7 +64,7 @@ class InstallCommand extends ContainerAwareCommand ; $this->io->success('Wallabag has been successfully installed.'); - $this->io->note('Just execute `php bin/console server:run --env=prod` for using wallabag: http://localhost:8000'); + $this->io->success('You can now configure your web server, see https://doc.wallabag.org'); } protected function checkRequirements() -- 2.41.0