1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-22 17:18:37 +00:00

Add FAQ page in documentation

This commit is contained in:
Nicolas Lœuillet 2016-04-23 10:36:25 +02:00
parent 9c0bc04cfe
commit 0e9339c46c
No known key found for this signature in database
GPG key ID: 5656BE27E1E34D0A
4 changed files with 22 additions and 0 deletions

10
docs/en/user/faq.rst Normal file
View file

@ -0,0 +1,10 @@
Frequently Asked Questions
==========================
During the installation, I've got this error ``Error Output: sh: 1: @post-cmd: not found``
------------------------------------------------------------------------------------------
It seems you have a problem with your ``composer`` installation. Try to uninstall and reinstall it.
`Read the documentation about composer to know how to install it
<https://getcomposer.org/doc/00-intro.md>`__.