diff --git a/README.md b/README.md index b6f4ca2..9dcf9c7 100644 --- a/README.md +++ b/README.md @@ -14,14 +14,12 @@ So I just made one. This program was made for Linux.\ It may work on Windows or Mac too, but it was not tested on these systems.\ -To install the editor, you just have to clone the repository,\ -convert the ui files to python files and install the editor using pip.\ +To install the editor, you just have to clone the repository and install it using pip.\ You can do that using these commands: ```bash git clone https://teapot.informationsanarchistik.de/Wobbl/Bread_Editor.git cd Bread_Editor -python3 gui/raw_ui/ui_to_py.py pip install . ```