Skip to content

Commit f1e2f6c

Browse files
authored
Update source paths in README (#993)
Signed-off-by: Dan Raviv <[email protected]>
1 parent e8b9563 commit f1e2f6c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,15 +74,15 @@ Cppfront builds with any major C++20 compiler.
7474

7575
#### MSVC build instructions
7676

77-
cl cppfront.cpp -std:c++20 -EHsc
77+
cl source\cppfront.cpp -std:c++20 -EHsc
7878

7979
#### GCC build instructions
8080

81-
g++-10 cppfront.cpp -std=c++20 -o cppfront
81+
g++-10 source/cppfront.cpp -std=c++20 -o cppfront
8282

8383
#### Clang build instructions
8484

85-
clang++-12 cppfront.cpp -std=c++20 -o cppfront
85+
clang++-12 source/cppfront.cpp -std=c++20 -o cppfront
8686

8787
## How do I build my `.cpp2` file?
8888

0 commit comments

Comments
 (0)