From ba1d826bd6b096d4654f5f85a1784fc9351a3e26 Mon Sep 17 00:00:00 2001 From: nerrons Date: Thu, 18 Feb 2021 02:07:22 +0800 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bc7484a..bf854fc 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,8 @@ This template is the result of learnings from many previous projects and should ### Adjust the template to your needs - Use this repo [as a template](https://help.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-from-a-template). -- Replace all occurrences of "Greeter" in the relevant CMakeLists.txt with the name of your project. Note that capitalization matters here: "Greeter" means the name of the project, while "greeter" is used in file names! +- Replace all occurrences of "Greeter" in the relevant CMakeLists.txt with the name of your project + - Note that capitalization matters here: "Greeter" means the name of the project, while "greeter" is used in file names! - Change `#include ` to `#include ` in all .cpp files, if you're using them - Replace the source files with your own - For header-only libraries: see the comments in [CMakeLists.txt](CMakeLists.txt)