From 6a73757e9570891e606020fee64a8c19e005b694 Mon Sep 17 00:00:00 2001 From: Chris Thrasher Date: Thu, 9 May 2024 10:07:15 -0500 Subject: [PATCH] Clarify instructions to cover more common errors --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c3d3580..0f5bf40 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,9 @@ The template starts out very basic, but might receive additional features over t ## How to Use +1. Install Git and CMake. Use your system's package manager if available. 1. Follow the above instructions about how to use GitHub's project template feature to create your own project. +1. Clone your new GitHub repo and open the repo in your text editor of choice. 1. Open [CMakeLists.txt](CMakeLists.txt). Rename the project and the executable to whatever name you want. The project and executable names don't have to match. 1. If you want to add or remove any .cpp files, change the source files listed in the [`add_executable`](CMakeLists.txt#L10) call in CMakeLists.txt to match the source files your project requires. If you plan on keeping the default main.cpp file then no changes are required. 1. If you use Linux, install SFML's dependencies using your system package manager. On Ubuntu and other Debian-based distributions you can use the following commands: