diff --git a/README.md b/README.md
index d04fae0bd9e22bfc74882a0a9cb3d8763d64c5ea..84caf2bc3be844b35d1acaca7447f934340cb71e 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,28 @@
 # sc_venv_template_hydra
+
+## Update at Jan.2025
+
+As the proxy jump does not work at moment, we are no longer be able to download/install any data or packages on compute nodes, this can causes the problem,
+for example, we are at HWAI node, and we activate `venv_jurecadc_hwai` but we are not able to download anything.
+Instead, we need to activate `venv_jurecadc_hwai` on `Jureca` login node, while this scripts will bring us to `venv_jurecadc`. Hence, we need to force that activate `venv_jurecadc_hwai` on `jureca` login node.
+
+Therefore we brings `force` command:
+```
+source ./activate.sh --force_booster
+source ./activate.sh --force_jurecadc
+source ./activate.sh --force_hwai
+etc...
+```
+it also work for `setup.sh`, for exmaple:
+```
+source ./setup.sh --force_hwai
+etc...
+```
+
+
+
+
+
 ## Setup Virtual Environmnet
 This is adapted from sc_venv_template https://gitlab.jsc.fz-juelich.de/kesselheim1/sc_venv_template