diff --git a/episodes/getting-started.md b/episodes/getting-started.md
index d297ba31..f4bfecc8 100644
--- a/episodes/getting-started.md
+++ b/episodes/getting-started.md
@@ -76,7 +76,7 @@ Once you have created the `lc-python` directory on your Desktop, you can start J
#### Mac users - Command Line
1. Press the cmd + spacebar keys and search for `Terminal`. Click the result or press return. (You can also find `Terminal` in your `Applications` folder, under `Utilities`.)
-2. After you have launched Terminal, change directories to the `lc-python` folder you created earlier and type `jupyter lab`:
+2. After you have launched Terminal, change directories to the `lc-python` folder you created earlier and type `jupyter lab`. Note that the `$` sign is used to indicate a command to be typed on the command prompt, but we never type the `$` sign itself, just what follows after it.
```bash
$ cd ../Desktop/lc-python
@@ -89,7 +89,7 @@ To start the JupyterLab server you will need to access the Anaconda Prompt.
1. Press the Windows Logo Key and search for `Anaconda Prompt`, click the result or press enter.
-2. Once you have launched the Anaconda Prompt, type the command:
+2. Once you have launched the Anaconda Prompt, type the command `jupyter lab`. Note that the `$` sign is used to indicate a command to be typed on the command prompt, but we never type the `$` sign itself, just what follows after it.
```bash
$ jupyter lab
@@ -200,4 +200,4 @@ You can also use "hotkeys"" to change Jupyter cells from Code to Markdown and ba
- You can use a JupyterLab notebook to edit and run Python.
- Notebooks can include both code and markdown (text) cells.
-::::::::::::::::::::::::::::::::::::::::::::::::::
\ No newline at end of file
+::::::::::::::::::::::::::::::::::::::::::::::::::