diff options
author | Kevin Decherf <kevin@kdecherf.com> | 2017-12-16 14:02:10 +0100 |
---|---|---|
committer | Kevin Decherf <kevin@kdecherf.com> | 2017-12-16 19:14:25 +0100 |
commit | f565e10817465c8bfc8fe93004173ffcc29ccf95 (patch) | |
tree | 0478f67de77a0112d9b00979971411aa58aabc77 /src | |
parent | 64e7c90ae92d9d11a614dd1b5b260565f2d2bf5c (diff) | |
download | wallabag-f565e10817465c8bfc8fe93004173ffcc29ccf95.tar.gz wallabag-f565e10817465c8bfc8fe93004173ffcc29ccf95.tar.zst wallabag-f565e10817465c8bfc8fe93004173ffcc29ccf95.zip |
command: replace note regarding server:run --env=prod
server:run --env=prod does not exist anymore
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/Wallabag/CoreBundle/Command/InstallCommand.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
64 | ; | 64 | ; |
65 | 65 | ||
66 | $this->io->success('Wallabag has been successfully installed.'); | 66 | $this->io->success('Wallabag has been successfully installed.'); |
67 | $this->io->note('Just execute `php bin/console server:run --env=prod` for using wallabag: http://localhost:8000'); | 67 | $this->io->success('You can now configure your web server, see https://doc.wallabag.org'); |
68 | } | 68 | } |
69 | 69 | ||
70 | protected function checkRequirements() | 70 | protected function checkRequirements() |