1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-06-27 16:36:00 +00:00

Fixed version in documentation

This commit is contained in:
Nicolas Lœuillet 2016-09-19 15:23:04 +02:00
parent ce0a32229a
commit e406a94ab6
2 changed files with 2 additions and 2 deletions

View file

@ -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
```