diff --git a/README.md b/README.md index b306894..d1c407e 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,18 @@ # NothingPad Just like Notepad, simple, simple. Just a text editor + +### COMPILE: + +cd NothingPad + +qmake NothingPad.pro + +make + +### RUN: + +./NothingPad + + + +