Skip to content

Commit 7e19540

Browse files
committed
Quickstart: Bump OpenFOAM version to v2112
1 parent e64c020 commit 7e19540

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

quickstart/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ To get a feeling what preCICE does, watch a [short presentation](https://www.you
3232
```bash
3333
# Add the signing key, add the repository, update (check this):
3434
wget -q -O - https://dl.openfoam.com/add-debian-repo.sh | sudo bash
35-
# Install OpenFOAM v2106:
36-
sudo apt install openfoam2106-dev
35+
# Install OpenFOAM v2112:
36+
sudo apt install openfoam2112-dev
3737
# Enable OpenFOAM by default in your system and apply now:
38-
echo "source /usr/lib/openfoam/openfoam2106/etc/bashrc" >> ~/.bashrc
38+
echo "source /usr/lib/openfoam/openfoam2112/etc/bashrc" >> ~/.bashrc
3939
source ~/.bashrc
4040
```
4141

0 commit comments

Comments
 (0)