Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 756 Bytes

README.md

File metadata and controls

42 lines (26 loc) · 756 Bytes

PMStarterKit

Pragma Mark Starter Kit Created by pragmamark.org

Disclaimer

All code on this repository is for educational purposes only and is not intended for production code. The code is supplied "as is". Use at your own risks.

Installation

Step 1 Clone main repository.

$ git clone git://github.com/pragmamark/PMStarterKit.git

Step 2 Enter to PMStarterKit directory.

$ cd PMStarterKit

Step 3 Fetch "PMStarterKit" submodules after cloning.

$ git submodule update --init

Step 4 Move to PMTouch subdirectory

$ cd PMStarterKit/PMStarterKit/Libraries/PMTouch 

Step 5 Fetch "PMTouch" submodules after cloning.

$ git submodule update --init

That's all!!!!