From 2b102a81084616094289394ecc24a06822923ad4 Mon Sep 17 00:00:00 2001 From: Leonardo Lima Date: Fri, 13 Nov 2020 11:37:16 -0300 Subject: [PATCH] Implemented Docker to Features --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3e88aae..6da887f 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ This template is the result of learnings from many previous projects and should - Installable target with automatic versioning information and header generation via [PackageProject.cmake](https://github.com/TheLartians/PackageProject.cmake) - Automatic [documentation](https://thelartians.github.io/ModernCppStarter) and deployment with [Doxygen](https://www.doxygen.nl) and [GitHub Pages](https://pages.github.com) - Support for [sanitizer tools, and more](#additional-tools) +- Built-in [Docker support](#docker) ## Usage