From c2319d4ed7a257639f486d1159dc757ccd8169c0 Mon Sep 17 00:00:00 2001 From: Paul Zehner Date: Fri, 10 Jan 2025 19:31:30 +0100 Subject: [PATCH] Add cloning instructions --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 3edcccf..d35ff05 100644 --- a/README.md +++ b/README.md @@ -33,3 +33,11 @@ This course is part of the [CExA project](https://cexa-project.github.io/). ### Projects - [Project 1: Wave Propagation](projects/wave/README.md) + +## Get the repository + +To get the repository, clone it recursively: + +```sh +git clone --recurse-submodules https://github.com/CExA-project/cexa-kokkos-tutorials.git +```