toggle archive / fav actions

This commit is contained in:
Nicolas Lœuillet
2015-01-23 12:45:24 +01:00
parent bd9f08157c
commit 163eae0bb1
12 changed files with 268 additions and 44 deletions

View File

@ -67,8 +67,6 @@ $query = executeQuery($handle, $sql, $params);
echo 'wallabag is now installed';
echo "\r\n";
echo 'Just execute the following commands for using wallabag:';
echo 'Just execute `php app/console server:run` for using wallabag:';
echo "\r\n";
echo 'cd web';
echo "\r\n";
echo 'php -S localhost:8000';
echo 'http://localhost:8000';