Skip to content

Commit 76d5f64

Browse files
committed
README tweaks from Kirk.
1 parent 1d5a47c commit 76d5f64

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,10 @@ cmake --build ./build
9797

9898
## Installing
9999

100-
### Using Task
100+
The library can be installed via [Task](#installing-using-task) or directly with
101+
[CMake](#installing-using-cmake).
102+
103+
### <a id="installing-using-task" />Using Task
101104

102105
To build and install all libraries, run:
103106

@@ -114,7 +117,7 @@ task ystdlib:install-release \
114117
ystdlib_LIBRARIES="containers;io_interface"
115118
```
116119

117-
### Using CMake
120+
### <a id="installing-using-cmake" />Using CMake
118121

119122
After [building](#building-using-cmake), to install all built libraries run:
120123

@@ -161,7 +164,7 @@ task -a
161164
```
162165
Look for all tasks under the `lint` namespace (identified by the `lint:` prefix).
163166

164-
## Parameters
167+
## Build and install parameters
165168

166169
### `ystdlib_LIBRARIES`
167170

0 commit comments

Comments
 (0)