From e863815b412e25dffb6d3f148868a67d8dae849c Mon Sep 17 00:00:00 2001 From: Megamichi Date: Sat, 14 Dec 2024 23:42:33 +0100 Subject: [PATCH] Typo in README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit schon wieder n problem 😅 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 35ce065..3b2ced4 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ This program was made for Linux. It may work on Windows or Mac too, but it was n Before you can install the editor, you first have to install the requirements. That can be done using: ```bash -sudo apt install pyqt6-dev-tools xcb libxcb-curser0 +sudo apt install pyqt6-dev-tools xcb libxcb-cursor0 ``` And to install the editor, you just have to clone the repository and install it using pip.\