We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e49388 commit 69a7e8eCopy full SHA for 69a7e8e
1 file changed
README.md
@@ -82,7 +82,7 @@ task ystdlib:build-release ystdlib_LIBRARIES="containers;io_interface"
82
> explicitly specify them. In the example, specifying `io_interface` automatically adds
83
> `wrapped_facade_headers` to the build.
84
85
-### Using CMake
+### <a id="building-using-cmake" />Using CMake
86
87
To build all libraries, run:
88
@@ -126,7 +126,7 @@ task ystdlib:install-release \
126
127
### Using CMake
128
129
-After [building](#building), to install all built libraries run:
+After [building](#building-using-cmake), to install all built libraries run:
130
131
```shell
132
cmake --install "./build" --prefix "$HOME/.local"
0 commit comments