diff --git a/README.md b/README.md
index 64a25c0f8f8dcce2161c929a90d1280e4721769d..e0040e82e36a37c83327cad6d01ce874a89b2c23 100644
--- a/README.md
+++ b/README.md
@@ -13,6 +13,11 @@ Note: Section 'Updates' lists the updates since the original release of the Mile
 
 Should be available by default on ````iccluster028.iccluster.epfl.ch````. Otherwise, refer to each project installation instructions. Prefer working locally on your own machine, you will have less interference in your measurements from other students.
 
+If you have work on ````iccluster028.iccluster.epfl.ch````, you need to modify the PATH by default by adding the following line in ~/.bashrc:
+````
+    export PATH=$PATH:/opt/sbt/sbt/bin
+````
+
 If you have multiple installations of openjdk, you need to specify the one to use as JAVA_HOME, e.g. on OSX with
 openjdk@8 installed through Homebrew, you would do:
 ````