Skip to content

Commit c7d9034

Browse files
authored
Quickstart: Bump OpenFOAM to v2206
1 parent 0a55297 commit c7d9034

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

quickstart/README.md

+3-3
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 v2112:
36-
sudo apt install openfoam2112-dev
35+
# Install OpenFOAM v2206:
36+
sudo apt install openfoam2206-dev
3737
# Enable OpenFOAM by default in your system and apply now:
38-
echo "source /usr/lib/openfoam/openfoam2112/etc/bashrc" >> ~/.bashrc
38+
echo "source /usr/lib/openfoam/openfoam2206/etc/bashrc" >> ~/.bashrc
3939
source ~/.bashrc
4040
```
4141

0 commit comments

Comments
 (0)