command: replace note regarding server:run --env=prod

server:run --env=prod does not exist anymore
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
This commit is contained in:
Kevin Decherf 2017-12-16 14:02:10 +01:00
parent 64e7c90ae9
commit f565e10817

View 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()