We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 393994a commit 6b82209Copy full SHA for 6b82209
docs/tutorials/multi_r_compilation.md
@@ -80,11 +80,13 @@ Enter the number corresponding to the selected version:
80
is restarted. Whenever following instructions that use these variables to
81
refer to the build and source directory, be sure they are pointing to the
82
desired version!
83
- You can check the values any time with
+
84
+ You can check the values any time with:
85
- ```bash
86
- echo $BUILDDIR
87
- echo $TOP_SRCDIR
88
- ```
+ ```
+ echo $BUILDDIR
+ echo $TOP_SRCDIR
89
90
91
and switch with `set_build_r <name>`.
92
0 commit comments