Skip to content

Commit afedcd0

Browse files
authored
Added Windows execution instructions
1 parent e0ccaaf commit afedcd0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,20 @@ cmake --build .
1515
## Executing
1616

1717
Form inside the `build/` directory run:
18+
19+
### Linux
20+
1821
```bash
1922
./cpr_example
2023
```
2124

25+
### Windows
26+
27+
```bash
28+
.\Debug\cpr_example.exe
29+
```
30+
31+
2232
This then should produce the following output:
2333
```
2434
Status code: 200

0 commit comments

Comments
 (0)