NothingPad/README.md

26 lines
275 B
Markdown
Raw Normal View History

2022-12-28 01:09:38 +01:00
# NothingPad
2022-12-28 02:02:13 +01:00
Just like Notepad, simple, simple. Just a text editor.
2022-12-28 01:39:32 +01:00
2022-12-28 02:02:13 +01:00
### A NotePad for GNU/Linux
2023-07-16 19:49:55 +02:00
![ScreenShot](Capturas_Pantalla/NothingPad.png "Pantalla de NothingPad")
2022-12-28 02:02:13 +01:00
### RUN:
./NothingPad
### COMPILE (if you prefer):
2022-12-28 01:39:32 +01:00
cd NothingPad
qmake NothingPad.pro
make