Skip to content

Commit

Permalink
Update installation instructions to Julia v1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
EdoAlvarezR committed Dec 16, 2024
1 parent b277241 commit a9e3c92
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions docs/src/installation/general.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ FLOWUnsteady.
## Julia

* Download and install Julia: [julialang.org](https://julialang.org/downloads)
(currently we are supporting up to Julia v1.10, so we recommend using
[v1.10.2](https://julialang.org/downloads) or
[v1.6.7 LTS](https://julialang.org/downloads/#long_term_support_release)
(currently we are supporting up to Julia v1.11, so we recommend using
[v1.10 LTS](https://julialang.org/downloads/#long_term_support_release) or
[v1.11](https://julialang.org/downloads)
)
* Add Julia to user-level `bin` folder
```bash
Expand Down Expand Up @@ -253,7 +253,7 @@ import FLOWUnsteady as uns
include(joinpath(uns.examples_path, "tetheredwing.jl"))
```

This will pull up Paraview visualizing the simulation. Kick off your shoes, sit back, and
This will pull up ParaView visualizing the simulation. Kick your shoes off, sit back, and
enjoy the simulation that you have just run.

```@raw html
Expand Down
4 changes: 2 additions & 2 deletions docs/src/installation/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ Still inside WSL,

* Download Julia:
```bash
wget -O julia.tar.gz "https://julialang-s3.julialang.org/bin/linux/x64/1.10/julia-1.10.2-linux-x86_64.tar.gz"
wget -O julia.tar.gz "https://julialang-s3.julialang.org/bin/linux/x64/1.10/julia-1.10.7-linux-x86_64.tar.gz"
```
* Decompress Julia:
```bash
tar -xvf julia.tar.gz -C ~/Programs/
```
* Add Julia to user-level path:
```bash
sudo ln -s ~/Programs/julia-1.10.2/bin/julia /usr/local/bin/
sudo ln -s ~/Programs/julia-1.10.7/bin/julia /usr/local/bin/
```

## Install ParaView
Expand Down

0 comments on commit a9e3c92

Please sign in to comment.