diff --git a/README.md b/README.md
index fdbfb3e..740f4c8 100644
--- a/README.md
+++ b/README.md
@@ -20,8 +20,17 @@ If the above pre-conditions are satisfiedm you can inject an assembly and invoke
For practical examples see the TestRunner project.
+### Adding dependencies
+If the injected assembly has any dependencies on not standard .NET Assembly, you can add those dependencies with the ``AddDependency`` method.
+
+### Adding external files
+If the injected assembly needs to load some external file in order to work correctly (like a configuration file) you can specify them with the ``AddFile`` method. This method will copy the specified file in the working directory of the injected process.
+
## Build
-TBD
+_ManagedInjector_ is currently developed by using VisualStudio 2017 Community Edition (be sure to have the latest version installed). To build the source code be sure you have to:
+* install .NET Core SDK
+* clone the repository
+* run ``build.bat``
## Versioning