From 3db664dfc9bbbac8fabcb0fc0b47a2bcb3465564 Mon Sep 17 00:00:00 2001
From: Mathieu Loiseau <mathieu.loiseau@liris.cnrs.fr>
Date: Thu, 22 Jun 2023 15:25:39 +0200
Subject: [PATCH] oops setup in readme

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 9929e63..3b52a76 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
-- 
GitLab