mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-27 03:21:01 +00:00
Merge pull request #3511 from wallabag/install-command-note
command: replace note regarding server:run --env=prod
This commit is contained in:
commit
b10be65ec7
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue