Skip to content

Commit

Permalink
Add note on Julia version in installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
EdoAlvarezR committed Nov 16, 2023
1 parent d38b0d7 commit 9790a78
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/src/installation/general.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@ FLOWUnsteady.

## Julia

* Download and install Julia: [julialang.org](https://julialang.org/downloads) (we
recommend using v1.6.7 LTS or the latest stable release)
* Download and install Julia: [julialang.org](https://julialang.org/downloads)
(currently we are only supporting up to Julia v1.8.5, so we recommend using
[v1.8.5](https://julialang.org/downloads/oldreleases/) or
[v1.6.7 LTS](https://julialang.org/downloads/#long_term_support_release)
)
* Add Julia to user-level `bin` folder
```bash
sudo ln -s /[user-specific-path/Julia-1.x.x]/bin/julia /usr/local/bin/julia
Expand Down

0 comments on commit 9790a78

Please sign in to comment.