diff --git a/README.md b/README.md
index 00169440d191fc2dab9d6eb74ba5c18c8089ed88..29d3518ea63c47d7f45c73c1d2193f9e4a511577 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,21 @@
 # MySU is a member administration tool used to provide a common platform for any association willing to be a part of it.
 
 ### Backend of MySU is divided into several components:
+- **Buddy** is responsible for matching different users of the app. Currently, the application is in no way linked to the frontend, but is required for it to run.
 - **Calendar** is responsible for handling events provided by different associations. It contains information about: enrollment, enrollment options, event types, and events themselves.
 - **Email** is responsible for distributing emails to members of the various associations.
 - **Financial** is responsible for handling the finances of the associations and their particular members. Contains information about: bank accounts, debt entries, debt collections and invoices.
 - **API [apps/MySU]** is responsible for handling the requests and responses between the frontend and backend.
 - **Backend [MySU]** is a main part of the code that the other components are built upon. It handles all the major work and provides the functionality for the web application.
-- **Buddy**, **Exams** and **Inventory** are **deprecated** and have no use for the main App, as of now. Can be found in "Unused Apps" directory.
+- **Exams** and **Inventory** are **deprecated** and have no use for the main App, as of now. Can be found in "Unused Apps" directory.
 
-## In order to properly setup the MySU application in local environment, follow 
-## [More information about Backend can be found here.](https://gitlab.utwente.nl/my-su/backend/api)
-## [More information about Frontend can be found here.](https://gitlab.utwente.nl/my-su/frontend/website)
\ No newline at end of file
+## In order to properly setup the backend/API of MySU application in local environment, follow:
+- https://gitlab.utwente.nl/my-su/backend/api/-/wikis/home
+- https://gitlab.utwente.nl/my-su/backend/api/-/wikis/Local-Installation
+
+## It is assumed that: 
+- The current administrator is acquainted with the basics of Django, Django-API frameworks (Backend/API)
+- The current administrator is acquainted with the basics of Node.js (Frontend)
+
+## [More information about the Backend can be found here.](https://gitlab.utwente.nl/my-su/backend/api)
+## [More information about the Frontend can be found here.](https://gitlab.utwente.nl/my-su/frontend/website)
\ No newline at end of file