diff --git a/README.md b/README.md
index 652cfdd5933d414a7a6f5c616e28e8c41719ed61..e0dc811c457fe92a524b81d253ea45b40c4393fd 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,10 @@
 # Simple File Uploader
 
-Very simple file uploader simulating "long processing" with python Flask.
\ No newline at end of file
+Very simple file uploader simulating "long processing" with python [Flask](https://flask.palletsprojects.com/en/1.1.x/).
+
+## Run
+To run the script with Flask :
+```bash
+export FLASK_APP=src/server.py
+flask run --host=0.0.0.0
+```