浏览代码

Add guidelines reference to README.md file

Patrick-Christopher Mattulat 10 月之前
父节点
当前提交
906bef9764
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      README.md

+ 4 - 0
README.md

@@ -156,6 +156,10 @@ target_link_libraries(... ls-std-core ls-std-boxing ...)
 
 
 To initialize this project and prepare it for local development, an OS-specific init-script must be executed. This script is located in __config/scripts__ location of the projects' root folder. Choose the OS-specific script (e.g. init.sh for Linux) and execute it via CLI.
 To initialize this project and prepare it for local development, an OS-specific init-script must be executed. This script is located in __config/scripts__ location of the projects' root folder. Choose the OS-specific script (e.g. init.sh for Linux) and execute it via CLI.
 
 
+#### Guidelines ####
+
+Please refer to the __coding-guidelines.md__ file located in __doc/internal__ to be able to follow the library style.
+
 ### Run Automated Tests ###
 ### Run Automated Tests ###
 
 
 When enabling test build CMake flag during CMake project generation, executable test suite binaries will be generated during project compilation.  
 When enabling test build CMake flag during CMake project generation, executable test suite binaries will be generated during project compilation.