Skip to content
bitweaver edited this page Jun 29, 2012 · 2 revisions

This is the primary bitweaver super repository. It is almost entirely all git submodules to other packages, the one exception being the config/ package. It is likely you will want to fork this package or even create your own root level super package. This is really simple to do - just do "git submodule add ..." for each package you want in your installation.

git clone [email protected]:bitweaver/bitweaver.git cd bitweaver git submodule update --recursive --init git submodule foreach --recursive git checkout master

Clone this wiki locally