From 6781eeae1eb3d84a47d50fce91517728d8a01f43 Mon Sep 17 00:00:00 2001 From: Iceman Date: Fri, 11 Oct 2019 09:32:51 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7f5b35569..8ff5a3b61 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,10 @@ On the software side: quite a lot, see the [Changelog file](CHANGELOG.md). ## Development -This repo now compiles just fine on +⚠ **Note**: This is a bleeding edge repository. The maintainers actively is working out of this repository and will be periodically re-structuring the code to make it easier to comprehend, navigate, build, test, and contribute to, so **DO expect significant changes to code layout on a regular basis**. + + +This repo compiles nicely on - Proxspace v3.2 - Windows/mingw environment with Qt5.6.1 & GCC 4.8 - Ubuntu 1404, 1510, 1604, 1804, 1904 @@ -54,8 +57,9 @@ This repo now compiles just fine on - WSL, WSL2 (Windows subsystem linux) on Windows 10 - Docker container -If you intend to contribute to the code, please read the [coding style notes](HACKING.md) first. +👉 **Remember** If you intend to contribute to the code, please read the [coding style notes](HACKING.md) first. +## Notes / helpful documents - Internal notes on [Coverity Scan Config & Run](/doc/md/Development/Coverity-Scan-Config-%26-Run.md). - Internal notes on [UART](/doc/uart_notes.md) - Internal notes on [Frame format](/doc/new_frame_format.md)