Skip to content
Snippets Groups Projects
Commit 6232fe50 authored by John-Paul Robinson's avatar John-Paul Robinson
Browse files

Add instructions for project init and setup

Include info on how to checkout project with submodule
parent 443bd136
No related branches found
No related tags found
No related merge requests found
......@@ -12,3 +12,15 @@ the cruft of a vagrant init). It leverages work from a
[pilot project](https://gitlab.rc.uab.edu/ravi89/ohpc_vagrant)
(primaryly the development of an updated centos 7.5 image)
but prefers a clean repo slate.
== Project Setup ==
After cloning this project you need to initialize the submodule
from with in the git repo
```
git submodule init
git submodule update
```
Alternatively you can provide the `--recurse-submodules` command
during the initial clone.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment