diff options
author | Philip Herron <philip.herron@embecosm.com> | 2021-01-20 21:51:30 +0000 |
---|---|---|
committer | Philip Herron <herron.philip@googlemail.com> | 2021-01-21 12:00:58 +0000 |
commit | 93b991e60438c7fb939a4cc8df737e6f7a142c07 (patch) | |
tree | dea12f081a744c6294c75a87bae5d0df6005780e | |
parent | 9e733f4de4908026a47a62307a9e9a3bf06ce1b1 (diff) | |
download | gcc-93b991e60438c7fb939a4cc8df737e6f7a142c07.zip gcc-93b991e60438c7fb939a4cc8df737e6f7a142c07.tar.gz gcc-93b991e60438c7fb939a4cc8df737e6f7a142c07.tar.bz2 |
Add FAQ link to README
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -14,6 +14,10 @@ Now that the language is stable, it is an excellent time to create alternative c the project are keen “Rustaceans” with a desire to give back to the Rust community and to learn what GCC is capable of when it comes to a modern language. +## FAQ + +Please find the answers to frequently asked questions over on: https://github.com/Rust-GCC/gccrs/wiki/Frequently-Asked-Questions + ## Development Environment Fetch dependencies for Ubuntu: |