diff --git a/README.md b/README.md
index 2b03855da07a155465a3781ba6b71294afbfd4ae..23a45994928f5d93da9c82053b86c9dff2139c56 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ We also want to point you to the [MCnet guidelines](https://gitlab.ikp.kit.edu/A
 
 ## Installation
 
-Prerequisites: eigen3, cmake, g++, git
+Prerequisites: eigen3, cmake, g++, git. On Ubuntu 18.04, just do:
 ```
 sudo apt-get install libeigen3-dev cmake g++ git
 ```