NothingPad/README.md
2023-07-16 19:49:55 +02:00

26 lines
275 B
Markdown

# NothingPad
Just like Notepad, simple, simple. Just a text editor.
### A NotePad for GNU/Linux
![ScreenShot](Capturas_Pantalla/NothingPad.png "Pantalla de NothingPad")
### RUN:
./NothingPad
### COMPILE (if you prefer):
cd NothingPad
qmake NothingPad.pro
make