From cfd47cef3e70f406a7e46b8bcb1d1e6e621b0b0b Mon Sep 17 00:00:00 2001 From: borgmanJeremy <46930769+borgmanJeremy@users.noreply.github.com> Date: Wed, 21 Apr 2021 11:10:22 -0500 Subject: [PATCH] Added FAQ (#1556) * Added FAQ * moved FAQ to website --- .github/ISSUE_TEMPLATE/Bug_report.md | 2 ++ .github/ISSUE_TEMPLATE/question.md | 2 ++ README.md | 3 +++ 3 files changed, 7 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index 1ded6dc4..c83268e7 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -5,6 +5,8 @@ about: Create a report to help us improve --- diff --git a/README.md b/README.md index 96b3c30e..4df6f656 100644 --- a/README.md +++ b/README.md @@ -443,6 +443,9 @@ When `make` command completed you can launch flameshot from `project_folder/buil Simply use `make install` with privileges. Note: If you install from source, there is no uninstaller, you will need to manually remove the files. Consider using [CMAKE_INSTALL_PREFIX](https://cmake.org/cmake/help/latest/variable/CMAKE_INSTALL_PREFIX.html) to install to a custom location for easy removal. +### FAQ +https://flameshot.org/faq/ + ## License - The main code is licensed under [GPLv3](LICENSE) - The logo of Flameshot is licensed under [Free Art License v1.3](img/app/flameshotLogoLicense.txt)