diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-09-07 15:40:15 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-09-07 15:40:15 +0200 |
commit | a707643ef1a0d5f1cf4ab9826492f4c9cb2d8c09 (patch) | |
tree | 8c6d3318da6df0dbb53fb9ea4b759ff7db1fda72 /docs/en | |
parent | 48a692c14387d2164ab5a79a16270920f0ce6052 (diff) | |
download | wallabag-a707643ef1a0d5f1cf4ab9826492f4c9cb2d8c09.tar.gz wallabag-a707643ef1a0d5f1cf4ab9826492f4c9cb2d8c09.tar.zst wallabag-a707643ef1a0d5f1cf4ab9826492f4c9cb2d8c09.zip |
Update md5 checksum for 2.0.8 in documentation
Diffstat (limited to 'docs/en')
-rw-r--r-- | docs/en/user/installation.rst | 2 | ||||
-rw-r--r-- | docs/en/user/upgrade.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/en/user/installation.rst b/docs/en/user/installation.rst index f81ef797..763d7c66 100644 --- a/docs/en/user/installation.rst +++ b/docs/en/user/installation.rst | |||
@@ -85,7 +85,7 @@ Execute this command to download and extract the latest package: | |||
85 | 85 | ||
86 | wget http://wllbg.org/latest-v2-package && tar xvf latest-v2-package | 86 | wget http://wllbg.org/latest-v2-package && tar xvf latest-v2-package |
87 | 87 | ||
88 | (md5 hash of the package: ``18aadd1003a08eb11f5341b9755029f8``) | 88 | (md5 hash of the package: ``4f84c725d1d6e3345eae0a406115e5ff``) |
89 | 89 | ||
90 | Now, read the following documentation to create your virtual host, then access your wallabag. | 90 | Now, read the following documentation to create your virtual host, then access your wallabag. |
91 | If you changed the database configuration to use MySQL or PostgreSQL, you need to create a user via this command ``php bin/console wallabag:install --env=prod``. | 91 | If you changed the database configuration to use MySQL or PostgreSQL, you need to create a user via this command ``php bin/console wallabag:install --env=prod``. |
diff --git a/docs/en/user/upgrade.rst b/docs/en/user/upgrade.rst index c9047a21..90ed6c70 100644 --- a/docs/en/user/upgrade.rst +++ b/docs/en/user/upgrade.rst | |||
@@ -25,7 +25,7 @@ Download the last release of wallabag: | |||
25 | 25 | ||
26 | wget http://wllbg.org/latest-v2-package && tar xvf latest-v2-package | 26 | wget http://wllbg.org/latest-v2-package && tar xvf latest-v2-package |
27 | 27 | ||
28 | (md5 hash of the package: ``18aadd1003a08eb11f5341b9755029f8``) | 28 | (md5 hash of the package: ``4f84c725d1d6e3345eae0a406115e5ff``) |
29 | 29 | ||
30 | Extract the archive in your wallabag folder and replace ``app/config/parameters.yml`` with yours. | 30 | Extract the archive in your wallabag folder and replace ``app/config/parameters.yml`` with yours. |
31 | 31 | ||