mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-16 12:54:50 +01:00
Update README.md
This commit is contained in:
parent
fb2ce83ee3
commit
e0cea3aded
13
README.md
13
README.md
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user