Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 753 Bytes

README-GIT.md

File metadata and controls

17 lines (13 loc) · 753 Bytes

USING THE GIT REPOSITORY TO WORK ON PI ENGINE

  1. Setup a GitHub account (http://github.com/), if you haven't yet

  2. Clone the repo locally and enter it (use your own GitHub username in the statement below)

    % git clone https://github.com/pi-engine/pi.git
    % cd pi

GIT REPO SKELETON FOR PI ENGINE

  • pi-engine/pi: Pi Engine core repo
  • pi-engine/pi-{modulename}: repo for module {modulename}, for instance pi-engine/pi-tag for module tag
  • pi-engine/pi-theme-{themename}: repo for theme {themename}, for instance pi-engine/pi-theme-pi for theme pi
  • pi-engine/{reponame}: repo for non-pi components