Skip to content

Commit

Permalink
Fix default prefix docs and recommendation
Browse files Browse the repository at this point in the history
  • Loading branch information
MakisH authored Aug 9, 2023
1 parent 94df8a6 commit 5dd568d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The version of preCICE to use. Can be a branch or tag or SHA. Defaults to `devel

### `install-prefix`

The installation prefix for preCICE. Default is `/usr/local`
The installation prefix for preCICE. Default is `$HOME/precice`

### `build-tests`

Expand All @@ -23,5 +23,4 @@ Whether to build tests. Should be `OFF` off for all non-develop builds. Defaults
uses: precice/setup-precice-action@main
with:
precice-version: develop
install-prefix: /usr/local
```
```

0 comments on commit 5dd568d

Please sign in to comment.