Skip to content

Commit

Permalink
Quickstart: Fix tutorials wget URL
Browse files Browse the repository at this point in the history
  • Loading branch information
MakisH committed Apr 16, 2024
1 parent 98a78fe commit 15338de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quickstart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ To get a feeling what preCICE does, watch a [short presentation](https://www.you
5. Get the quickstart tutorial case:

```bash
wget https://github.com/precice/tutorials/releases/tag/v202404.0
wget https://github.com/precice/tutorials/archive/refs/tags/v202404.0.tar.gz
tar -xzf v202404.0.tar.gz
cd tutorials/quickstart
cd tutorials-202404.0/quickstart
```

If you prefer to easily try everything in an isolated environment, you may prefer using our [demo virtual machine](https://precice.org/installation-vm.html).
Expand Down

0 comments on commit 15338de

Please sign in to comment.