Skip to content

Commit 55afff0

Browse files
authored
Adjust casing for the Visual Studio section
1 parent 1455058 commit 55afff0

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ The template starts out very basic, but might receive additional features over t
99
- Basic [GitHub Actions](https://github.com/features/actions) script for all major platforms
1010

1111
## Quick start
12+
1213
### Command line
1314

1415
1. Install [Git](https://git-scm.com/downloads) and [CMake](https://cmake.org/download/). Use your system's package manager if available.
@@ -50,13 +51,15 @@ The template starts out very basic, but might receive additional features over t
5051
9. Enjoy!
5152

5253
### Visual Studio
53-
Using a visual studio workspace is the simplest way to get started on windows
5454

55-
1. Ensure you have the [required components installed](https://learn.microsoft.com/en-us/cpp/build/cmake-projects-in-visual-studio?view=msvc-170#installation)
56-
2. If you have already cloned this repo, you can [Open the folder](https://learn.microsoft.com/en-us/cpp/build/cmake-projects-in-visual-studio?view=msvc-170#ide-integration)
57-
3. If not, you can [clone it directly in visual studio](https://learn.microsoft.com/en-us/visualstudio/get-started/tutorial-open-project-from-repo?view=vs-2022)
55+
Using a Visual Studio workspace is the simplest way to get started on windows.
56+
57+
1. Ensure you have the [required components installed](https://learn.microsoft.com/en-us/cpp/build/cmake-projects-in-visual-studio#installation).
58+
2. Follow [GitHub's instructions](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template) for how to use their project template feature to create your own project.
59+
3. If you have already cloned this repo, you can [open the folder](https://learn.microsoft.com/en-us/cpp/build/cmake-projects-in-visual-studio0#ide-integration).
60+
4. If not, you can [clone it directly in Visual Studio](https://learn.microsoft.com/en-us/visualstudio/get-started/tutorial-open-project-from-repo).
5861

59-
Visual studio should automatically configure the cmake project, then you can build and run as normal through visual studio. See the links above for more details
62+
Visual Studio should automatically configure the CMake project, then you can build and run as normal through Visual Studio. See the links above for more details.
6063

6164
## Upgrading SFML
6265

@@ -65,7 +68,7 @@ FetchContent automatically downloads SFML from GitHub and builds it alongside yo
6568
Beyond the convenience of not having to install SFML yourself, this ensures ABI compatibility and simplifies things like specifying static versus shared libraries.
6669

6770
Modifying what version of SFML you want is as easy as changing the `GIT_TAG` argument.
68-
Currently it uses SFML 3 via the `3.0.0` tag.
71+
Currently it uses SFML 3 via the `3.0.2` tag.
6972

7073
## But I want to...
7174

0 commit comments

Comments
 (0)