From d9a09fa0fc64bf24557c2ebea7ed38b1c1281446 Mon Sep 17 00:00:00 2001 From: Mattia Mascarello Date: Mon, 15 Jan 2024 00:05:36 +0100 Subject: [PATCH] fixed installation instruction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d3fb04..1aacc8e 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Then, just run the python script with the requirements installed. You can use a ```bash pip install -r requirements.txt -python moodlefuse.py +python main.py ``` This works on Linux and Windows. I have not tested it on Mac OS, but it could work there too.