Skip to content

Commit 6b82209

Browse files
committed
Updated multi r compilation
1 parent 393994a commit 6b82209

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

docs/tutorials/multi_r_compilation.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,13 @@ Enter the number corresponding to the selected version:
8080
is restarted. Whenever following instructions that use these variables to
8181
refer to the build and source directory, be sure they are pointing to the
8282
desired version!
83-
You can check the values any time with
83+
84+
You can check the values any time with:
8485

85-
```bash
86-
echo $BUILDDIR
87-
echo $TOP_SRCDIR
88-
```
86+
```
87+
echo $BUILDDIR
88+
echo $TOP_SRCDIR
89+
```
8990

9091
and switch with `set_build_r <name>`.
92+

0 commit comments

Comments
 (0)