From 36fa34c5ab70f9c1a1f2fd05d651adfa1a95299c Mon Sep 17 00:00:00 2001 From: FirephoenixX02 Date: Sat, 6 Sep 2025 13:26:22 +0200 Subject: [PATCH] Fix typo in install instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44ad47c..6ca4cd0 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Run the NOMYO Router in a dedicated virtual environment, install the requirement ``` python3 -m venv .venv/router source .venv/router/bin/activate -pip3 install requirements.txt -r +pip3 install -r requirements.txt ``` finally you can