diff --git a/README.md b/README.md index 266b61f..6f57691 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,17 @@ Various LaTeX classes. Note that some of this exists as independent LaTeX repostiories (e.g., ouexam, beamerthemes). These are included as submodules. -To update:, ensure that `$TEXMFHOME` is set to your personal texmf tree (e.g., `~/.texmf`), then: +To install, ensure that `$TEXMFHOME` is set to your personal texmf tree (e.g., `~/.texmf`), then: - cvs update - make install + % git clone https://github.com/Otago-InfoSci-Database/LaTeX.git + % cd LaTeX + % git submodule update + % make install -Everything should just work beyond that point (fingers crossed!), barring any backwards incompatible changes to classes or the like. +Everything should just work beyond that point (fingers crossed! ☺), barring any backwards incompatible changes to classes or the like. + +To update: + + % git submodule update + % make install + +Note that if you commit in any of the submodules, you’ll need to do a `git submodule update` in the parent repository.