From a23750f6b2a714f5719899920c78b14492b2df83 Mon Sep 17 00:00:00 2001 From: EKNr1 Date: Sun, 8 Dec 2024 15:48:32 +0100 Subject: [PATCH] Updated README.md --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 819132a..6e6ada4 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,16 @@ So I just made one. ### Features -| Feature | Description | State | -|--------------------------------|------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------| -| Editing of basic image formats | If u have a very simple black/white image format
where single bits control the color,
the editor can highlight the enabled bits. | Implemented | +| Feature | Description | State | +|-----------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------| +| Editing of basic image formats /
"Syntax Highlighting" | If u have a very simple black/white image format
where single bits control the color,
the editor can highlight the enabled bits. | Implemented | ## Setup -To be able to use this program,\ -you have to clone the repository, install the requirements and make the file called "main.py" executable.\ +This program was made for Linux.\ +It may work on Windows or Mac too, but it was not tested on these systems.\ +To be able to use this program, you have to clone the repository,\ +install the requirements and make the file called "main.py" executable.\ You can do that using these commands: ```bash