Skip to content

Commit

Permalink
Merge pull request LupoLab#346 from chrisbrahms/ci
Browse files Browse the repository at this point in the history
change minimum Julia version in README
  • Loading branch information
chrisbrahms committed Sep 19, 2023
2 parents 3b69ccf + 09d11be commit 23a8151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ There are two ways of using Luna:
For a short introduction on how to use the simple interface, see the [Quickstart](#quickstart) or [GNLSE](#gnlse) sections below. More information, including on the internals of Luna, can be found in the [Documentation](http://lupo-lab.com/Luna.jl).

## Installation
Luna requires Julia v1.7 or later, which can be obtained from [here](https://julialang.org/downloads/). In a Julia terminal, to install Luna simply enter the package manager with `]` and run `add Luna`:
Luna requires Julia v1.9 or later, which can be obtained from [here](https://julialang.org/downloads/). In a Julia terminal, to install Luna simply enter the package manager with `]` and run `add Luna`:

```julia
]
Expand Down

0 comments on commit 23a8151

Please sign in to comment.