Skip to content

Commit 76896cb

Browse files
committed
Quickstart: specify shallow cloning
1 parent 58f7497 commit 76896cb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

quickstart/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,14 @@ To get a feeling what preCICE does, watch a [short presentation](https://www.you
3434
```
3535
3. Download and install the [OpenFOAM-preCICE adapter](adapter-openfoam-get.html):
3636
```bash
37-
git clone --branch=master https://github.com/precice/openfoam-adapter
37+
git clone --branch=master --depth 1 https://github.com/precice/openfoam-adapter
3838
cd openfoam-adapter
3939
./Allwmake
40+
cd ..
4041
```
4142
4. Get the quickstart tutorial case:
4243
```bash
43-
git clone --branch=master https://github.com/precice/tutorials.git
44+
git clone --branch=master --depth 1 https://github.com/precice/tutorials.git
4445
cd tutorials/quickstart
4546
```
4647

0 commit comments

Comments
 (0)