]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Merge pull request #3513 from wallabag/icons-3437
authorNicolas LÅ“uillet <nicolas@loeuillet.org>
Sat, 16 Dec 2017 20:35:32 +0000 (21:35 +0100)
committerGitHub <noreply@github.com>
Sat, 16 Dec 2017 20:35:32 +0000 (21:35 +0100)
material: replace exit_to_app, redo and autorenew icons

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