diff --git a/README.md b/README.md
index e29dcfd7092f9b70595bf5212f38e0c2b9368c24..c68a0e6aa2bbef946c2b4a43491b0351cfbd2b67 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,6 @@
 **Getting started**
 
-1. Run main file to start main server
-2. run client register to add sub server or register to existing server
+1. Run `start_server.py` file to start a server. If there is no existing Server in the DS the server will declare himsel as new `MAIN`
+2. Run `start_server.py` a second time to add a new server to the DS. The `MAIN` server will answer the new server and assign him a group.
+3. Run `client_register.py` to start a client an register him to a group.