Merge branch 'delucia-readme-patch-68839' into 'main'

Fix: README.md

See merge request naaice/poet!36
This commit is contained in:
Marco De Lucia 2024-09-26 11:47:46 +02:00
commit c55d0c3943

View File

@ -53,6 +53,19 @@ $ R
> q(save="no")
```
### Clone the repository
POET can be anonimously cloned from this repo over https. Make sure to
also download the submodules:
```sh
git clone --recurse-submodules https://git.gfz-potsdam.de/naaice/poet.git
```
The `--recurse-submodules` option is a shorthand for:
```sh
cd poet
git submodule init && git submodule update
```
### Compiling source code