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
10
README.md
10
README.md
|
@ -7,13 +7,15 @@ So I just made one.
|
|||
### Features
|
||||
|
||||
| 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
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue