Skip to content

Commit 14aeb5e

Browse files
authored
Update README.md
I wanted to make it clearer if the person created the file with visual studio already.
1 parent 4408414 commit 14aeb5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ python generate_cmake_presets.py
4949
```
5050

5151
### 3. Creating files (skip if you're not creating new file)
52-
Depending on the method you used to create a new file, you will need to somehow get that file to the src or include directories.
52+
Depending on the method you used to create a new file, you will need to somehow get that file to the src or include directories. They will probably be directly under the ./build directory if you're already using visual studio. If not just locate the file(s) and cut and paste them to the correct place.
5353

5454
If you used add class or new item in visual studio, you will need to simply cut and paste the files into the right folder (include being .hpp files, src being .cpp files).
5555

0 commit comments

Comments
 (0)