Skip to content

Commit

Permalink
Add cloning instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
pzehner committed Jan 10, 2025
1 parent b50147b commit c2319d4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit c2319d4

Please sign in to comment.