diff --git a/README.md b/README.md
index f3ae0f8b343b7c1c112bd703e6c2f24ad6ddbecf..a4e7180ea576fb31a9fe756ca2bbadb4e3652e6c 100644
--- a/README.md
+++ b/README.md
@@ -83,13 +83,13 @@ libglog.so will be installed at **/usr/local/lib**
 
 -   Tourbleshooting:
 
-    * ./autogen.sh fails with './autogen.sh: autoreconf: not found'
+    * If ./autogen.sh fails with './autogen.sh: autoreconf: not found'
 
     In a fresh installation you will probably need to install autoreconf running
     
-        $ sudo make install dh-autoreconf 
+        $ sudo apt-get install dh-autoreconf 
 
-    * `make` command fails with the error: `/bin/bash: aclocal-1.14: command not found`
+    * If `make` command fails with the error: `/bin/bash: aclocal-1.14: command not found`
     
     Install Glog with the following commands: