Skip to content

Commit 747c074

Browse files
authored
Update README.md
1 parent b50e05e commit 747c074

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ You must compile using C++20:
3434
bazel build --cxxopt=-std=c++20 //src:botc
3535
```
3636

37+
Note: on Windows, this option becomes `--cxxopt=-std:c++20`.
38+
3739
You may run tests using:
3840

3941
```sh
@@ -44,4 +46,4 @@ We use the [Google C++ style guide](https://google.github.io/styleguide/cppguide
4446

4547
```
4648
cpplint src/*.h src/*.cc
47-
```
49+
```

0 commit comments

Comments
 (0)