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