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.\