From 7638e3648808b07a69ed5942b0f495d269824233 Mon Sep 17 00:00:00 2001 From: Jonah Maxwell Miller Date: Thu, 17 Mar 2022 11:14:49 -0600 Subject: [PATCH] oops accidentally removed these --- README.md | 2 +- doc/sphinx/src/building.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7a1325f53..0206f7ffd 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Spiner](https://en.wikipedia.org/wiki/Brent_Spiner). For full documentation, see `Spiner` is self-contained. Simply clone it as ```bash -git clone git@gitlab.lanl.gov:jonahm/spiner.git +git clone --recursive git@gitlab.lanl.gov:jonahm/spiner.git ``` To build and run unit tests, ```bash diff --git a/doc/sphinx/src/building.rst b/doc/sphinx/src/building.rst index 90945d34e..9b7875f0b 100644 --- a/doc/sphinx/src/building.rst +++ b/doc/sphinx/src/building.rst @@ -7,7 +7,7 @@ Building and Installation .. code-block:: bash - git clone git@github.com:lanl/spiner.git + git clone --recursive git@github.com:lanl/spiner.git Building from source