summaryrefslogtreecommitdiffstats
path: root/doc/using/overlays.chapter.md
diff options
context:
space:
mode:
authorfricklerhandwerk <fricklerhandwerk@users.noreply.github.com>2021-04-24 11:12:46 +0200
committerfricklerhandwerk <valentin@fricklerhandwerk.de>2021-04-25 10:31:02 +0200
commitc30fe2412047927ea761bdca20d42f7fc398745c (patch)
tree9fc8c2ffbfee6ce7b16882b47f84e64863cc38e7 /doc/using/overlays.chapter.md
parentd8b5ed331d62890285d3ce5a81d336269cdcb394 (diff)
docs/using: shellSession -> ShellSession
Co-authored-by: Jan Tojnar <jtojnar@gmail.com>
Diffstat (limited to 'doc/using/overlays.chapter.md')
-rw-r--r--doc/using/overlays.chapter.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/using/overlays.chapter.md b/doc/using/overlays.chapter.md
index 935583a91e24..21efe467b847 100644
--- a/doc/using/overlays.chapter.md
+++ b/doc/using/overlays.chapter.md
@@ -111,7 +111,7 @@ self: super:
This overlay uses Intel's MKL library for both BLAS and LAPACK interfaces. Note that the same can be accomplished at runtime using `LD_LIBRARY_PATH` of `libblas.so.3` and `liblapack.so.3`. For instance:
-```shellSession
+```ShellSession
$ LD_LIBRARY_PATH=$(nix-build -A mkl)/lib:$LD_LIBRARY_PATH nix-shell -p octave --run octave
```