diff --git a/README.md b/README.md
index 6e96d7f5..ed33c750 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,22 @@
# VP
-VirtualiseringsPlattformen (VP), byggd med Apache Camel.
+VirtualiseringsPlattformen (VP), byggd med Apache Camel.
+[Mer information om VP](https://inera.atlassian.net/wiki/spaces/NTJPI/pages/3187247396/VP+Camel)
+
+**Bygga projektet:
**
+_mvn clean install_
+
+**Köra automatiska tester
**
+_mvn clean verify_
+
+**För att starta projektet lokalt:**
+För att alla VP-funktioner ska fungera måste man konfigurera i properties:
+1. Länken till tak-services: _takcache.endpoint.address_
+2. Filerna som innehåller tak-cache: _takcache.persistent.file.name_
+3. Filerna som innehåller hsa-cache: _hsa.files_
+
+Starta **VP** som Spring-boot applikation
+
+**Configuration:**
+[Konfiguration av VP Camel](doc/config/configuration.md)
+[Detaljerad konfiguration](doc/config/detail_config.md)
+[Logging konfigurering](doc/config/logging_configuration.md)
\ No newline at end of file