From 4b0d48d0c2b7b5ebba004da5dec6b468821ce72f Mon Sep 17 00:00:00 2001 From: Luis Gutierrez Lopez Date: Wed, 28 Dec 2022 01:39:32 +0100 Subject: [PATCH] Compiling instructions --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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 + + + +