File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -13,3 +13,26 @@ If you prefer, the binary (unsigned) is [here](https://github.com/Bunn/Xgist/rel
1313![ screenshot] ( ./other/demo.gif )
1414
1515
16+ # Installation
17+
18+ Easy way
19+ --------
20+ 1 . Download the (unsigned) binary [ here] ( https://github.com/Bunn/Xgist/releases/latest ) ;
21+ 2 . Unzip it and drag it to you Applications folder;
22+ 3 . Right click the Xgist.app and click 'Open';
23+ 4 . Xgist macOS app will open and install the extension;
24+ 5 . Close Xgist.app;
25+ 5 . Done.
26+
27+ "Hard" way
28+ ------------
29+ 1 . Clone the repo and open `` Xgist.xcodeproj `` ;
30+ 2 . Enable target signing for both the Application and the Source Code Extension using your own developer ID;
31+ 3 . Product > Archive;
32+ 4 . Right click archive > Show in Finder;
33+ 5 . Right click archive > Show Package Contents;
34+ 6 . Open Products/Applications;
35+ 7 . Drag `` Xgist.app `` to your Applications folder and double click on it;
36+ 8 . Xgist macOS app will open and install the extension;
37+ 9 . Close Xgist.app
38+ 10 . Done.
You can’t perform that action at this time.
0 commit comments