From 35d4e428ad5b4fc2ed43a2295be69a2ce0f2ab69 Mon Sep 17 00:00:00 2001
From: Paul McCarthy <pauldmccarthy@gmail.com>
Date: Tue, 30 Jul 2024 10:39:00 +0100
Subject: [PATCH] Update example command in readme

---
 README | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/README b/README
index 89e9530..1a81226 100644
--- a/README
+++ b/README
@@ -14,7 +14,14 @@ on a CUDA-capable machine.
 
 Run the tests from the repository root as follows:
 
-    pyfeeds -c pyfeeds_config.cfg -o /path/to/output_direcfory .
+```
+pyfeeds run                        \
+    -c pyfeeds_config.cfg          \
+    -i /path/to/input/data         \
+    -b /path/to/benchmark/data     \
+    -o /path/to/output_direcfory . \
+    [./paths/to/tests/you/want/to/run/ ...]
+```
 
 Before running the tests, make sure to update the paths in
 `pyfeeds_config.cfg`.
-- 
GitLab