mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-23 01:21:03 +00:00
Fixed version in documentation
This commit is contained in:
parent
ce0a32229a
commit
e406a94ab6
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ Then you can install wallabag by executing the following commands:
|
|||
```
|
||||
git clone https://github.com/wallabag/wallabag.git
|
||||
cd wallabag
|
||||
git checkout 2.1
|
||||
git checkout 2.1.0
|
||||
./install.sh
|
||||
php bin/console server:run --env=prod
|
||||
```
|
||||
|
|
|
@ -30,7 +30,7 @@ framework:
|
|||
assets: ~
|
||||
|
||||
wallabag_core:
|
||||
version: 2.1
|
||||
version: 2.1.0
|
||||
paypal_url: "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9UBA65LG3FX9Y&lc=gb"
|
||||
languages:
|
||||
en: 'English'
|
||||
|
|
Loading…
Reference in a new issue