From bd81861adbcb082cad0fca409d889e29218c2d0a Mon Sep 17 00:00:00 2001
From: huongdm1896 <domaihuong1451997@gmail.com>
Date: Mon, 3 Feb 2025 13:36:58 +0100
Subject: [PATCH] update readme

---
 README.md | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index e6bdc97..5204aed 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ This framework requires:
   ```
 *Note:* `requirements.txt` includes TensorFlow for running the provided Flower example.
 
-Navifate to `Run` directory:
+Navigate to `Run` directory:
 
 ```bash
 cd Run
@@ -187,6 +187,11 @@ Follow these steps to run an example:
 ```bash
 oarsub -I -l host=4,walltime=2
 ```
+Make sure your are in`eflwr/Run/`:
+```bash
+cd Run
+```
+
 2. Configure
 
 `config_instance1.json` and `config_instance2.json` provide two examples of instance configuration. All fields are configured but "output_dir" and "args" must be updated with your directories setting.
@@ -203,7 +208,7 @@ python3 collect_ip.py
 
 4. Run the Single Instance or Campaign
 
-Run single instance1 with `/Run/config_instance1.json`, 2 repetitions:
+Run single instance1 with `config_instance1.json`, 2 repetitions:
 ```bash
 python3 measure.py -c config_instance1.json -x SingleTest -r 2
 ```
-- 
GitLab