Skip to content

Commit

Permalink
[doc] link quickstart within the sample code section
Browse files Browse the repository at this point in the history
  • Loading branch information
gchatelet committed Sep 21, 2020
1 parent 4efc837 commit c186ec5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ This feature is currently available only for x86 microarchitectures.
<a name="usagesample"></a>
### Running sample code

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

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

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

<a name="quickstart"></a>
### Quickstart with `Ninja`

- build `list_cpu_features`
Expand Down

0 comments on commit c186ec5

Please sign in to comment.