Skip to content

Commit 82103f4

Browse files
authored
Quickstart: Switch to directly downloading release artifacts (#524)
1 parent 65c30d1 commit 82103f4

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

quickstart/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,18 @@ To get a feeling what preCICE does, watch a [short presentation](https://www.you
5555
4. Download and install the [OpenFOAM-preCICE adapter](https://precice.org/adapter-openfoam-get.html):
5656

5757
```bash
58-
git clone --branch=master --depth 1 https://github.com/precice/openfoam-adapter
59-
cd openfoam-adapter
58+
wget https://github.com/precice/openfoam-adapter/archive/refs/tags/v1.3.0.tar.gz
59+
tar -xzf v1.3.0.tar.gz
60+
cd openfoam-adapter-1.3.0/
6061
./Allwmake
6162
cd ..
6263
```
6364

6465
5. Get the quickstart tutorial case:
6566

6667
```bash
67-
git clone --branch=master --depth 1 https://github.com/precice/tutorials.git
68+
wget https://github.com/precice/tutorials/releases/tag/v202404.0
69+
tar -xzf v202404.0.tar.gz
6870
cd tutorials/quickstart
6971
```
7072

0 commit comments

Comments
 (0)