File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ task build:unit-test-<lib_name>
6262
6363## Installing
6464
65- After [ building] ( building ) install with:
65+ After [ building] ( # building) , install with:
6666
6767``` shell
6868cmake --install " ./build" --prefix " ~/.local"
Original file line number Diff line number Diff line change 11# Examples
22
33The example program ` linking-tests ` references all of ystdlib's library targets to ensure they can
4- be installed and link correctly.
4+ be installed and linked correctly.
55
66## Building
77
88First ensure ystdlib has been installed. For example, after [ building] ( ../README.md#building )
9- [ install] ( ../README.md#building ) by running:
9+ [ install] ( ../README.md#installing ) by running:
1010
1111``` shell
1212cmake --install " ./build" --prefix " ./build/examples/ystdlib"
You can’t perform that action at this time.
0 commit comments