diff --git a/README.md b/README.md
index e4f6c48a141a5da13778b5e06da2e7c5442b8e20..3509ea0c635cf6e43fb65cbc74974e8042eee822 100644
--- a/README.md
+++ b/README.md
@@ -65,6 +65,14 @@ In order to manually build and install HPVM, GNU Make can be run using the follo
 make -j<number of threads>
 make install
 ```
+
+In the end of the installation process, the installer automatically runs all the regression tests to ensure that the installation is
+successful. If HPVM is built and installed manually, the tests can be automatically run by executing the following step from the 
+current directory.
+```shell
+bash scripts/automate_tests.sh
+```
+
 With all the aforementioned steps, HPVM should be built, installed and ready for use.
 
 ## Benchmarks and Tests