diff --git a/README.md b/README.md
index b7ff87b8424dfbc0ed5d807b6669c59ffba13f64..da91c6c200d83e540b55b5a5490ac4e4521e0df5 100644
--- a/README.md
+++ b/README.md
@@ -32,6 +32,8 @@ cd eflwr/Run
 
 ## Running the tests
 
+**Remark:** EFLWR is configured for Flower only. Your Flower framework must contain server and client script to run on distributed nodes. The Flower_v1 directory provides an example. Once configured, EFLWR will automatically execute flower on the specified nodes and measure the energy consumption.
+
 ### Step 1. Configure
 Configure the information of each exp in `config_instance*.json`, you can add more `config_instance*.json` with * is a number. Use your editor instead of *vim* (*nano* etc). See the examples in 2 config files which provied in Run directory.
 ```bash