mirror of
				https://github.com/TheLartians/ModernCppStarter.git
				synced 2025-10-31 02:01:33 +01:00 
			
		
		
		
	Update README.md
Co-authored-by: Lars Melchior <TheLartians@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									1bc54b5964
								
							
						
					
					
						commit
						87dd95f3c0
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -35,7 +35,7 @@ This template is the result of learnings from many previous projects and should | ||||||
| - Use this repo [as a template](https://help.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-from-a-template). | - 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 | - Replace all occurrences of "Greeter" in the relevant CMakeLists.txt with the name of your project | ||||||
|   - Capitalization matters here: `Greeter` means the name of the project, while `greeter` is used in file names. |   - Capitalization matters here: `Greeter` means the name of the project, while `greeter` is used in file names. | ||||||
|   - Change `#include <greeter/version.h>` to `#include <YourNewProjName/version.h>` in all .cpp files, if you're using them |   - Remember to rename the `include/greeter` directory to use your project's lowercase name and update all relevant `#include`s accordingly. | ||||||
| - Replace the source files with your own | - Replace the source files with your own | ||||||
| - For header-only libraries: see the comments in [CMakeLists.txt](CMakeLists.txt) | - For header-only libraries: see the comments in [CMakeLists.txt](CMakeLists.txt) | ||||||
| - Add [your project's codecov token](https://docs.codecov.io/docs/quick-start) to your project's github secrets under `CODECOV_TOKEN` | - Add [your project's codecov token](https://docs.codecov.io/docs/quick-start) to your project's github secrets under `CODECOV_TOKEN` | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue