diff --git a/README.md b/README.md
index ed1839e24d8f1d2d41c27ae95e96f21c6270827a..914747485227109637955a8dbd54913a6e8290d4 100644
--- a/README.md
+++ b/README.md
@@ -32,4 +32,16 @@ sudo apt-get install doxygen
 sudo apt install graphviz
 sudo apt-get install pandoc
 sudo apt-get install python3.7
-```
\ No newline at end of file
+```
+
+# Build proyect
+
+Follow the steps of the official CMake link to build and configure the proyect if you need [cmake](https://cmake.org/cmake/help/v3.6/manual/cmake.1.html#build-tool-mode). If no custom configurations are need 
+
+Open Command Prompt (Windows) or Terminal (Linux) in the directory into where CMakeLists.txt is placed [src](./src) and run the following command
+
+cmake -B path-to-build
+
+
+
+