From 3ae7fe6b8d7b4700665bfab9d9ceb1f474263216 Mon Sep 17 00:00:00 2001
From: "Linke, Julian" <linke@tugraz.at>
Date: Thu, 27 Jul 2023 20:40:53 +0200
Subject: [PATCH] Update file README.md

---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 1277274..3dd2d0b 100644
--- a/README.md
+++ b/README.md
@@ -61,11 +61,13 @@ conda activate speechcodebookanalysis
 ```
 
 ### Fairseq Repository
-You need to clone the fairseq repository to another directory (e.g., ```../fairseq```). The file ```path.sh``` needs to modified in order to export the necessary environment variables.
+You need to clone the fairseq repository to another directory (e.g., ```../fairseq```).
 
 ```
 git clone https://github.com/facebookresearch/fairseq.git
 ``` 
 
+Make sure to modify the file ```path.sh``` in order to export the necessary environment variables.
+
 #### Stages
 
-- 
GitLab