mirror of
https://github.com/wallabag/wallabag.git
synced 2025-06-27 16:36:00 +00:00
toggle archive / fav actions
This commit is contained in:
parent
bd9f08157c
commit
163eae0bb1
12 changed files with 268 additions and 44 deletions
|
@ -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';
|
Loading…
Add table
Add a link
Reference in a new issue