1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +00:00

Fixed old links in documentation

This commit is contained in:
Nicolas Lœuillet 2017-05-03 15:54:56 +02:00
parent 9c09c253fe
commit 56f9a60f49
No known key found for this signature in database
GPG key ID: BDC1EFB5CA0145F2
12 changed files with 18 additions and 18 deletions

View file

@ -87,7 +87,7 @@ Execute this command to download and extract the latest package:
wget https://wllbg.org/latest-v2-package && tar xvf latest-v2-package
You will find the `md5 hash of the latest package on our website <https://www.wallabag.org/pages/download-wallabag.html>`_.
You will find the `md5 hash of the latest package on our website <https://static.wallabag.org/releases/>`_.
Now, read the following documentation to create your virtual host, then access your wallabag.
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``.