Skip to content

Commit faf9af0

Browse files
committed
fix LINTER errors
1 parent f5a2a5b commit faf9af0

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

Emscripten-build-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ micromamba activate CppInterOp-wasm-build
2626
```
2727

2828
Now clone the 19.x release of the LLVM project repository and CppInterOp. The building of the emscripten version of llvm can be
29-
avoided by executing micromamba install llvm -c https://repo.prefix.dev/emscripten-forge-dev and setting the LLVM_BUILD_DIR appropriately.
29+
avoided by executing micromamba install llvm -c <https://repo.prefix.dev/emscripten-forge-dev> and setting the LLVM_BUILD_DIR appropriately.
3030

3131
```bash
3232
git clone --depth=1 --branch release/19.x https://github.com/llvm/llvm-project.git

docs/Emscripten-build-instructions.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,9 @@ the following
3636
micromamba activate CppInterOp-wasm-build
3737
3838
Now clone the 19.x release of the LLVM project repository and CppInterOp.
39-
The building of the emscripten version of llvm can be avoided by
40-
executing micromamba install llvm -c
41-
https://repo.prefix.dev/emscripten-forge-dev and setting the LLVM_BUILD_DIR
42-
appropriately.
39+
The building of the emscripten version of llvm can be avoided by executing
40+
micromamba install llvm -c <https://repo.prefix.dev/emscripten-forge-dev>
41+
and setting the LLVM_BUILD_DIR appropriately.
4342

4443
.. code:: bash
4544

0 commit comments

Comments
 (0)