Skip to content

Commit 15522b9

Browse files
committed
Change Readme to make it more readable
1 parent 47b1655 commit 15522b9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,8 @@ ctest --verbose
9090
This sequence of commands clones the 'next' branch of the fast_io repository, creates a build directory, configures the build with CMake, compiles the project using Ninja, and runs the tests with verbose output.
9191

9292
## Emulate the Benchmark
93-
To run the benchmark in an emulator, such as QEMU, Wine, or WebAssembly virtual machines, you can create a Bash script file and include your command within it using the following option: ```-DCMAKE_CROSSCOMPILING_EMULATOR=yourscriptfile```.
93+
To run the benchmark in an emulator, such as QEMU, Wine, or WebAssembly virtual machines, you can create a Bash script file and include your command within it using the following option:
94+
95+
```
96+
-DCMAKE_CROSSCOMPILING_EMULATOR=yourscriptfile
97+
```

0 commit comments

Comments
 (0)