From 616867836ce9135b13f58792e558710e41564fe5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Gy=C3=B6ngy=C3=B6si?= Date: Sun, 25 Aug 2024 13:10:31 +0200 Subject: [PATCH] =?UTF-8?q?=EF=A3=BF=20`chmod=20+x`=20for=20the=20`.pyz`?= =?UTF-8?q?=20file=20should=20also=20be=20ran=20on=20macOS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index d632603..effd878 100644 --- a/README.md +++ b/README.md @@ -32,15 +32,10 @@ A CLI for converting graded [Moodle quizzes](https://docs.moodle.org/404/en/Quiz ### 🛠️ Executable `zipapp` 1. Download the `.pyz` file of the latest release from [here](https://github.com/gy-mate/moodle-to-vikwikiquiz/releases/latest). -1. _If using Linux: run the following command in the terminal:_ +1. Run the following commands in the terminal: ```bash chmod +x moodle-to-vikwikiquiz_x.x.x.pyz - ``` - -1. Run the following command in the terminal: - - ```bash ./moodle-to-vikwikiquiz_x.x.x.pyz [parameters] ```