From: Nicolas LÅ“uillet Date: Sat, 16 Dec 2017 20:35:32 +0000 (+0100) Subject: Merge pull request #3513 from wallabag/icons-3437 X-Git-Tag: 2.3.1~9 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=d1224bf9f65a55cc849d1b9b9b5137cccece9aa8;hp=65d885da00df8bf8206614b0d773116f95d845bc;p=github%2Fwallabag%2Fwallabag.git Merge pull request #3513 from wallabag/icons-3437 material: replace exit_to_app, redo and autorenew icons --- 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()