diff options
author | Thomas Citharel <tcit@tcit.fr> | 2016-04-23 10:57:25 +0200 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2016-04-23 10:57:25 +0200 |
commit | c9bdd9a83fa04747a739b2ebab06105dfb780063 (patch) | |
tree | 08f67d21735703a242267e34471034d487efe1cc /docs/fr/user/faq.rst | |
parent | 9c0bc04cfe61e84e21e33b8f8a51161851455221 (diff) | |
parent | 0e9339c46c4976d394120ef1215d44dbd78a0df3 (diff) | |
download | wallabag-c9bdd9a83fa04747a739b2ebab06105dfb780063.tar.gz wallabag-c9bdd9a83fa04747a739b2ebab06105dfb780063.tar.zst wallabag-c9bdd9a83fa04747a739b2ebab06105dfb780063.zip |
Merge pull request #1967 from wallabag/add-faq-documentation
Add FAQ page in documentation
Diffstat (limited to 'docs/fr/user/faq.rst')
-rw-r--r-- | docs/fr/user/faq.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/fr/user/faq.rst b/docs/fr/user/faq.rst new file mode 100644 index 00000000..f5ae2776 --- /dev/null +++ b/docs/fr/user/faq.rst | |||
@@ -0,0 +1,10 @@ | |||
1 | Foire Aux Questions | ||
2 | =================== | ||
3 | |||
4 | Durant l'installation, je rencontre cette erreur ``Error Output: sh: 1: @post-cmd: not found`` | ||
5 | ---------------------------------------------------------------------------------------------- | ||
6 | |||
7 | Il semblerait que vous ayiez un problème avec votre installation de ``composer``. Essayez de le désinstaller puis de le réinstaller. | ||
8 | |||
9 | `Vous pouvez lire la documentation de composer pour savoir comment l'installer | ||
10 | <https://getcomposer.org/doc/00-intro.md>`__. | ||