File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -40,11 +40,12 @@ In a typical setup:
4040
4141 ``` bash
4242 cmake -S . -B build \
43- -DCMAKE_PREFIX_PATH=" <path_to_adept_installation>;<other_paths_to dependencies>"
43+ -DCMAKE_PREFIX_PATH=" <path_to_adept_installation>;<other_prefixes>"
44+
4445 cmake --build build -- -j
4546 ```
4647
47- Individual example targets will appear under build/examples/<name >/.
48+ Individual example targets will appear under ` build/examples/<name>/ ` .
4849
4950For details, follow the documentation of each example.
5051
@@ -70,9 +71,9 @@ For details, follow the documentation of each example.
7071Contributions of new examples are welcome!
7172Please follow the steps and documentation guidelines described in:
7273
73- 👉 docs/example_template.md
74+ 👉 [ ` docs/example_template.md ` ] ( docs/example_template.md )
7475
75- Also see the project’s CONTRIBUTING.md for coding style and workflow.
76+ Also see the project’s [ ` CONTRIBUTING.md ` ] ( CONTRIBUTING.md ) for coding style and workflow.
7677
7778---
7879
@@ -81,4 +82,4 @@ Also see the project’s CONTRIBUTING.md for coding style and workflow.
8182- Code in this repository is licensed under Apache-2.0
8283- Documentation is licensed under CC-BY-4.0
8384
84- See LICENSE and LICENSES/ for details.
85+ See [ ` LICENSE ` ] ( LICENSE ) and [ ` LICENSES/ ` ] ( LICENSES/ ) for details.
You can’t perform that action at this time.
0 commit comments