X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=bin%2Finstall;fp=bin%2Finstall;h=be4371b124528223130478a3184bd9e0f3c07550;hb=3eb951572d3f22ad37395afceb4a739ad8cd0fd6;hp=ad9914099cfc23de3a4610a7965fd8a4f552390e;hpb=9de6a0a7ccfa96dfd2fa96541143aea4b1c77765;p=github%2Fwallabag%2Fwallabag.git diff --git a/bin/install b/bin/install index ad991409..be4371b1 100755 --- a/bin/install +++ b/bin/install @@ -66,3 +66,9 @@ $params = array($idUser, 'language', $defaultLanguage); $query = executeQuery($handle, $sql, $params); echo 'wallabag is now installed'; +echo "\r\n"; +echo 'Just execute the following commands for using wallabag:'; +echo "\r\n"; +echo 'cd web'; +echo "\r\n"; +echo 'php -S localhost:8000'; \ No newline at end of file