From cef5a49a897240dd54d11e4ad2d8c5289a720f6e Mon Sep 17 00:00:00 2001 From: Prashant More <69816206+prashantmore277@users.noreply.github.com> Date: Thu, 1 Oct 2020 22:32:37 +0530 Subject: [PATCH] Update index.html Making some Html change's and add some more info about project. --- index.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index ecd4426..279c25e 100644 --- a/index.html +++ b/index.html @@ -34,15 +34,19 @@

MacGap exposes a JavaScript API for OS X integration, such as displaying native notifications or writing data to a file. MacGap is extremely lightweight and nimble; a blank application weighs less than 1MB.

+

+ NodeGUI: *A library for building cross-platform native desktop applications *. It is an open source library for building cross-platform native desktop applications with JavaScript and CSS like styling. It is based on Qt5 and NOT chromium, hence it is memory and cpu efficient. +

+

Getting Started


   # Step 1 - Clone the Repository
-  $ git clone https://github.com/MacGapProject/MacGap2.git
+  $ git clone https://github.com/MacGapProject/MacGap2.git
   
   # Step 2 - Open the Project in Xcode
-  $ open MacGap2/MG.xcodeproj/
+  $ open MacGap2/MG.xcodeproj/
   
   # Step 3 - Build your App by editing public/index.html in Xcode  
 
@@ -72,7 +76,7 @@

Support or Contact

- Having trouble with MacGap? Check out the documentation at https://macgapproject.github.io/documentation/ or open an issue in our Issue Tracker and we’ll help you sort it out. + Having trouble with MacGap? Check out the documentation at https://macgapproject.github.io/documentation/ or open an issue in our Issue Tracker and we’ll help you sort it out.