Skip to content

Commit

Permalink
Update default OpenFOAM version (#611)
Browse files Browse the repository at this point in the history
  • Loading branch information
MakisH authored Jan 27, 2025
1 parent e6fe75e commit e91c4b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions quickstart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ To get a feeling what preCICE does, watch a [short presentation](https://www.you
```bash
# Add the signing key, add the repository, update (check this):
wget -q -O - https://dl.openfoam.com/add-debian-repo.sh | sudo bash
# Install OpenFOAM v2406:
sudo apt install openfoam2406-dev
# Install OpenFOAM v2412:
sudo apt install openfoam2412-dev
# Enable OpenFOAM by default in your system and apply now:
echo "source /usr/lib/openfoam/openfoam2406/etc/bashrc" >> ~/.bashrc
echo "source /usr/lib/openfoam/openfoam2412/etc/bashrc" >> ~/.bashrc
source ~/.bashrc
```

Expand Down

0 comments on commit e91c4b5

Please sign in to comment.