]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Command/InstallCommand.php
command: replace note regarding server:run --env=prod
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Command / InstallCommand.php
index dec2bf9c15c7e6477a65b088a20fb3c6b3212c05..a56a32575671d4ae350fea82a05403f648fdb2ef 100644 (file)
@@ -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()