mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-01 17:38:38 +00:00
Update readme & fix console permission
This commit is contained in:
parent
1fc8ed8794
commit
c7f622d369
4 changed files with 11 additions and 13 deletions
|
@ -16,12 +16,11 @@ If you don't have it yet, please [install composer](https://getcomposer.org/down
|
|||
|
||||
```
|
||||
composer create-project wallabag/wallabag wallabag 2.0.0-alpha.1
|
||||
cd wallabag
|
||||
php app/console wallabag:install
|
||||
php app/console server:run
|
||||
php bin/console wallabag:install
|
||||
php bin/console server:run
|
||||
```
|
||||
|
||||
## License
|
||||
Copyright © 2013-2015 Nicolas Lœuillet <nicolas@loeuillet.org>
|
||||
Copyright © 2013-2016 Nicolas Lœuillet <nicolas@loeuillet.org>
|
||||
This work is free. You can redistribute it and/or modify it under the
|
||||
terms of the MIT License. See the COPYING file for more details.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue