More docs added
diff --git a/README.md b/README.md
index 034ffd1..71128b7 100644
--- a/README.md
+++ b/README.md
@@ -19,6 +19,12 @@
 
 Concerted implements its own locking manager using g++'s built in atomics.
 
+Dependencies
+============
+
+Concerted has to be built with g++, since it uses g++'s built ins.
+
+For running the tests, pthread library is required. It is not required for building or using Concerted itself.
 
 Features of Concerted
 =====================
@@ -95,4 +101,11 @@
 
 For examples of usage, please see the tests included.
 
+Tests
+=====
+
+For running any test present in the Tests folder, please use:
+
+g++ [name of code file to compile] -lpthread -lrt
+