26 lines
275 B
Markdown
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
|
|
|
|
|
|
|
|
|
|
|
|
|