forked from Wobbl/Bread_Editor
Updated README.md
This commit is contained in:
parent
7cc65fb651
commit
a23750f6b2
1 changed files with 7 additions and 5 deletions
12
README.md
12
README.md
|
@ -6,14 +6,16 @@ So I just made one.
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
| Feature | Description | State |
|
| Feature | Description | State |
|
||||||
|--------------------------------|------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------|
|
|-----------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------|
|
||||||
| Editing of basic image formats | If u have a very simple black/white image format<br/>where single bits control the color,<br/>the editor can highlight the enabled bits. | <input type="checkbox" disabled checked /> Implemented |
|
| Editing of basic image formats /<br>"Syntax Highlighting" | If u have a very simple black/white image format<br/>where single bits control the color,<br/>the editor can highlight the enabled bits. | <input type="checkbox" disabled checked /> Implemented |
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
To be able to use this program,\
|
This program was made for Linux.\
|
||||||
you have to clone the repository, install the requirements and make the file called "main.py" executable.\
|
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:
|
You can do that using these commands:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in a new issue