diff --git a/README.md b/README.md
index 9929e63a0a7963127e62a42ff65e9b7f6b0f830b..3b52a76f0bedcfb8c7e26c2cf8892c5b3e8c6018 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ This project does depend on python packages.
 python3 -m venv wikstraktorenv #optional for basic version
 . wikstraktorenv/bin/activate #activate environment (optional)
 pip install -r requirements.txt
-run ./setup.py
+./setup.py
 ```
 
 ### Wikstraktor Server
@@ -38,7 +38,7 @@ The following commands are extracted from the aforementionned documentation, it
 python3 -m venv wikstraktorenv #create wikstraktorenv environment
 . wikstraktorenv/bin/activate #activate environment
 pip install -r server_requirements.txt
-run ./setup.py
+./setup.py
 ```
 
 ## Use