Skip to content

Commit b470d16

Browse files
committed
Minor cosmetics in Readme
1 parent b09f87b commit b470d16

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ Works with any GPU in Windows, Linux, macOS and Android.
1616
## How to use?
1717

1818
### Windows
19-
- Download and install [Visual Studio Community](https://visualstudio.microsoft.com/de/vs/community/). In Visual Studio Installer, add:
20-
- Desktop development with C++
21-
- MSVC v142
22-
- Windows 10 SDK
23-
- Open [`OpenCL-Benchmark.sln`](OpenCL-Benchmark.sln) in [Visual Studio Community](https://visualstudio.microsoft.com/de/vs/community/).
24-
- Compile and run by clicking the <kbd>► Local Windows Debugger</kbd> button.
25-
- To run outside of [Visual Studio Community](https://visualstudio.microsoft.com/de/vs/community/), open Windows CMD in the `OpenCL-Benchmark` folder (type `cmd` in File Explorer in the directory field and press <kbd>Enter</kbd>), then run
19+
- Download and install [Visual Studio Community](https://visualstudio.microsoft.com/de/vs/community/). In Visual Studio Installer, add:
20+
- Desktop development with C++
21+
- MSVC v142
22+
- Windows 10 SDK
23+
- Open [`OpenCL-Benchmark.sln`](OpenCL-Benchmark.sln) in [Visual Studio Community](https://visualstudio.microsoft.com/de/vs/community/).
24+
- Compile and run by clicking the <kbd>► Local Windows Debugger</kbd> button.
25+
- To run outside of [Visual Studio Community](https://visualstudio.microsoft.com/de/vs/community/), open Windows CMD in the `OpenCL-Benchmark` folder (type `cmd` in File Explorer in the directory field and press <kbd>Enter</kbd>), then run
2626
```
2727
OpenCL-Benchmark.exe
2828
```

0 commit comments

Comments
 (0)