Skip to content

Commit c186ec5

Browse files
committed
[doc] link quickstart within the sample code section
1 parent 4efc837 commit c186ec5

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
@@ -120,7 +120,8 @@ This feature is currently available only for x86 microarchitectures.
120120
<a name="usagesample"></a>
121121
### Running sample code
122122

123-
Building `cpu_features` brings a small executable to test the library.
123+
Building `cpu_features` (check [quickstart](#quickstart) below) brings a small executable to test the library.
124+
.
124125

125126
```shell
126127
% ./build/list_cpu_features
@@ -181,6 +182,7 @@ See [LICENSE](LICENSE) for more information.
181182

182183
Please check the [CMake build instructions](cmake/README.md).
183184

185+
<a name="quickstart"></a>
184186
### Quickstart with `Ninja`
185187

186188
- build `list_cpu_features`

0 commit comments

Comments
 (0)