mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-01 08:26:48 +01:00
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:
parent
64e7c90ae9
commit
f565e10817
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user