Skip to content

Commit 0a98f89

Browse files
authored
Update README.md
1 parent 511254e commit 0a98f89

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
- clang-format (running automatically as pre-commit git hook)
1313

1414
Requirements:
15-
--------------
15+
-------------
1616
- CMake
1717
- Clang
1818
- LLDB
@@ -22,7 +22,7 @@ Requirements:
2222
- Visual Studio, MSVC compiler (Windows only)
2323

2424
Set up project:
25-
--------------
25+
---------------
2626
./ProjectFolder/scripts/build_cmake_debug.sh
2727

2828
or execute VSCode task `build_cmake_debug`.
@@ -31,6 +31,8 @@ Build and Debug:
3131
----------------
3232
./ProjectFolder/scripts/build_debug.sh
3333

34+
or execute VSCode task `build_debug`.
35+
3436
Followed by:
3537

3638
lldb ./build/Debug/bin/cpp-cmake-template
@@ -54,6 +56,11 @@ Build release:
5456

5557
or execute VSCode task ```create_release```.
5658

59+
Windows:
60+
--------
61+
Use .ps1 scripts in `ProjectFolder/scripts/windows` folder
62+
or same VSCode tasks, as listed above.
63+
5764
Notes:
5865
=======
5966

0 commit comments

Comments
 (0)