diff --git a/README.md b/README.md
index eb19cebe27a04f63cf1cc75b71a27a1674419efb..e850dfab8a8dfe9003e44b50ed7b60e67f0dc304 100644
--- a/README.md
+++ b/README.md
@@ -11,9 +11,8 @@ Clone or download this repository as a .zip.
 ### 2. Installation of Framework for Jupyter Notebooks
 If you don't already have Anaconda to run Jupyter Notebooks, we suggest **Miniconda** for a faster installation.
 
-1. Go to https://docs.conda.io/en/latest/miniconda.html and download the latest version 
+1. Go to https://docs.conda.io/en/latest/miniconda.html and download the latest version
     - Mac: Choose the `.pkg`
-
 2. Install Miniconda
     - Windows:
         - Execute the `.exe`
@@ -35,7 +34,7 @@ If you don't already have Anaconda to run Jupyter Notebooks, we suggest **Minico
 Unless you are using Google Colab, you will need to run the file called environment.yml to install the required packages via the command line.
 
 Mac/Linux:
-1. Navigate to the esrf-um-2021 folder.
+1. Navigate to the esrf-um-2021-master folder.
 2. To open the terminal, right click on the folder and navigate to
     - Mac: Services/New Terminal at Folder
     - Linux: Open in Terminal
@@ -43,8 +42,8 @@ Mac/Linux:
 4. Type `conda activate qim-esrf` and press enter.
 
 Windows
-1. Open Anaconda Navigator.
-2. `cd workshop_path`, where path is the absolute (full) path of the folder.
+1. Open Anaconda Prompt.
+2. `cd <workshop_path>`, where workshop_path is the absolute (full) path to the esrf-um-2021-master folder.
 3. Type `conda env create -f environment.yml` and press enter.
 4. Type `conda activate qim-esrf` and press enter.
 
@@ -60,7 +59,7 @@ The tutorial notebook for Structure Tensor will automatically clone the reposito
 _Option 2_
 1. Download the [repository](https://lab.compute.dtu.dk/QIM/structure-tensor) as a .zip file
 2. Extract the .zip file
-3. Rename the directory from structure-tensor-master to structure_tensor_master
+3. Rename the directory from structure-tensor-master to structure_tensor
 4. Place the directory inside esrf-um-2021-master/Structure Tensor/
 
 ### 6. Open Jupyter Notebooks