diff --git a/README.md b/README.md
index a48c5c1..a34df7e 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ The steps indicate the important subservices of OpenAIRE that perform the follow
-## Bulding
+## Building
The backend is a [Maven](https://maven.apache.org/index.html) project. It has been tested using Java 8.
@@ -211,12 +211,6 @@ services:
## misc
-### Install and run:
-- Run **git clone** and then **cd uoa-repository-manager-service**.
-- Provide all not-set or redacted configurations, inside the **src/main/resources/application.yml** file.
-- Build the app with: `mvn clean install`
-- Run the app with: `java -jar ./target/uoa-repository-manager-service.jar`
-
### Notes for Swagger-UI:
- Access it through this url: http://localhost:8480/uoa-repository-manager-service/swagger-ui/index.html