diff --git a/slides/chapter-10.de.md b/slides/chapter-10.de.md
index c1fb436..4a92b1b 100644
--- a/slides/chapter-10.de.md
+++ b/slides/chapter-10.de.md
@@ -36,7 +36,7 @@ Anpassungen beim Kompilieren
Um Dokumente mit Quelltext-Listings kompilieren zu können, muss die Flag `--shell-escape` an den Compiler übergeben werden.
-In TeXstudio muss diese unter **`Optionen → TeXstudio konfigurieren → Befehle`** bei PdfLaTeX vor `%.tex` ergänzt werden:
+In TeXstudio muss diese unter **`Optionen → TeXstudio konfigurieren → Befehle`** (`TeXstudio → Einstellungen` unter macOS) bei PdfLaTeX vor `%.tex` ergänzt werden:
pdflatex -synctex=1 -interaction=nonstopmode **\-\-shell-escape** %.tex
diff --git a/slides/chapter-10.en.md b/slides/chapter-10.en.md
index d50c78a..e340ab7 100644
--- a/slides/chapter-10.en.md
+++ b/slides/chapter-10.en.md
@@ -36,7 +36,7 @@ Compiler settings
We need to pass the additional flag `--shell-escape` to our compiler in order to use `minted`.
-In TeXstudio, go to **`Options → Configure TeXstudio → Commands`** and add the flag in the PdfLaTeX row before `%.tex`:
+In TeXstudio, go to **`Options → Configure TeXstudio → Commands`** (`TeXstudio → Settings` on macOS) and add the flag in the PdfLaTeX row before `%.tex`:
pdflatex -synctex=1 -interaction=nonstopmode **\-\-shell-escape** %.tex