diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2022-11-30 18:18:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-30 18:18:44 +0100 |
commit | 7c0c58d1a3b7471fc5422cd4536fa41441db4359 (patch) | |
tree | e369940bcf5ab9a9f9b1bbcb2d19e3cb6cf42b71 | |
parent | 1700d29ed3683a5275a102462730e888c9051501 (diff) | |
download | FlightCore-7c0c58d1a3b7471fc5422cd4536fa41441db4359.tar.gz FlightCore-7c0c58d1a3b7471fc5422cd4536fa41441db4359.zip |
docs: Link to FAQ from main readme (#92)
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -25,6 +25,10 @@ All versions of FlightCore feature an auto-updater that will ask to self-update <a href="https://github.com/R2NorthstarTools/FlightCore/releases"><img src="https://img.shields.io/github/v/release/R2NorthstarTools/FlightCore" alt="GitHub release (latest by date)"></a> <img src="https://img.shields.io/github/downloads/R2NorthstarTools/FlightCore/latest/total" alt="GitHub release downloads (latest by date)"> +## Frequently Asked Questions (FAQ) + +Answers to frequently asked questions can be found in [docs/FAQ.md](docs/FAQ.md) + ## Development If you'd like to contribute to FlightCore, see [docs/DEVELOPMENT.md](docs/DEVELOPMENT.md) |