KKMMMTTT / AstroSoar

0 stars 0 forks source link

AstroSoar

Name is a placeholder for now

Getting set up

You will need

Cloning

This repo contains a submodule. You can clone the submodules by either passing the --recursive flag while cloning the repo, or by running git submodule update

or

Pulling Changes

To pull changes from submodules, use

git submodule update --recursive

or to pull while updating submodules use

git pull --recurse-submodules