We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd23999 commit bbf6d8fCopy full SHA for bbf6d8f
README.md
@@ -63,7 +63,7 @@ task deps:install-all
63
The library can be built directly using [CMake](#using-cmake) or indirectly using
64
[Task](#using-task).
65
66
-### Using Task {#build-task}
+### <a id="building-using-task" />Using Task
67
68
To build all libraries:
69
```shell
@@ -117,7 +117,7 @@ task ystdlib:install-release INSTALL_PREFIX="$HOME/.local"
117
```
118
119
To build and install a subset of libraries, set the variable `ystdlib_LIBRARIES` the same as in the
120
-section, [Building: Using Task](build-task). For example:
+section, [Building: Using Task](#building-using-task). For example:
121
122
123
task ystdlib:install-release \
0 commit comments