mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-23 09:31:04 +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
|
git clone https://github.com/wallabag/wallabag.git
|
||||||
cd wallabag
|
cd wallabag
|
||||||
git checkout 2.1
|
git checkout 2.1.0
|
||||||
./install.sh
|
./install.sh
|
||||||
php bin/console server:run --env=prod
|
php bin/console server:run --env=prod
|
||||||
```
|
```
|
||||||
|
|
|
@ -30,7 +30,7 @@ framework:
|
||||||
assets: ~
|
assets: ~
|
||||||
|
|
||||||
wallabag_core:
|
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"
|
paypal_url: "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9UBA65LG3FX9Y&lc=gb"
|
||||||
languages:
|
languages:
|
||||||
en: 'English'
|
en: 'English'
|
||||||
|
|
Loading…
Reference in a new issue