Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 568 Bytes

INSTRUCTIONS.md

File metadata and controls

15 lines (10 loc) · 568 Bytes

Cloning this repository

The Source repo uses two submodules, the EpiDoc Example Stylesheets, and the TEI Stylesheets. To clone a copy, run:

git clone --recurse-submodules [email protected]:EpiDoc/Source.git

If you cloned without the --recurse-submodules flage, then (inside the Source repo) run:

git submodule update --init --recursive

The submodules can be updated as needed using the git submodule update --recursive command. Or you can change to the submodule directory and run git pull.