From 1facd2a6bb2229bfb41a725ee40978db4408e68c Mon Sep 17 00:00:00 2001 From: August Brandberg <67482068+abrandberg@users.noreply.github.com> Date: Tue, 1 Dec 2020 10:50:07 +0100 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bb2181b..e0213db 100644 --- a/README.md +++ b/README.md @@ -12,14 +12,17 @@ This can be used to study the effect of ## How do I get set up? -1. Clone or download this repository. +1. Clone or download this repository. The best way is to issue + $ git clone --recurse-submodules https://github.com/abrandberg/indentationToElasticModulus.git + 2. This repository uses the tensor manipulation library MMTensor, originally hosted at Maarten Moesen (2020). MMTensor 1.0 (https://www.mathworks.com/matlabcentral/fileexchange/32891-mmtensor-1-0). - A copy of this repository is hosted on Github (https://github.com/abrandberg/MM_Tensor) and is included as a submodule in this repository. Submodules are not initiated by default when you clone a repository. To clone the submodule as well, you can call (while standing in the *indentationToElasticModulus* repository) + A copy of this repository is hosted on Github (https://github.com/abrandberg/MM_Tensor) and is included as a submodule in this repository. If you cloned the repository without recursively cloning the submodules (step 1) you can initiate the submodules manually by issuing (while standing in the *indentationToElasticModulus* repository) $ git submodule init + $ git submodule update This will clone the submodule.