Skip to content

terrestris/shogun-core

Repository files navigation

The SHOGun-Core logo

SHOGun-Core

Build Status Coverage Status

SHOGun-Core is the framework used to build SHOGun, based on several high-quality Open Source frameworks.

Everything you need to know about SHOGun-Core or how you can start with developing is documented in the wiki of this project.

How to pull updated doc/wiki?

On the shogun-core root directory (if wiki/doc has been changed):

  1. If the submodule has not yet been initialized: git submodule update --init --recursive
  2. git submodule foreach git pull origin master
  3. git add ...
  4. git commit
  5. git push ...