Skip to content

Commit

Permalink
Clarified version support in README
Browse files Browse the repository at this point in the history
  • Loading branch information
brainandforce committed Oct 20, 2023
1 parent c6209c2 commit 77c97f4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ and well-maintained scientific software.
Electrum.jl is available in the Julia General package registry! You can add it to your environment
with the `add` command in package mode:
```
(@v1.9) pkg> add https://github.com/brainandforce/Electrum.jl
(@v1.6+) pkg> add https://github.com/brainandforce/Electrum.jl
```
Or you can import the `Pkg` module:
```julia-repl
Expand All @@ -29,7 +29,7 @@ julia> Pkg.add("Electrum")
If you'd like to track a specific on this repository for development purposes, you can refer to the
repo URL and tag it with the desired branch name (here, I've used `release`):
```
(@v1.9) pkg> add https://github.com/brainandforce/Electrum.jl#release
(@v1.6+) pkg> add https://github.com/brainandforce/Electrum.jl#release
```
```julia-repl
julia> Pkg.add(url="https://github.com/brainandforce/Electrum.jl", rev="release")
Expand All @@ -39,7 +39,8 @@ the head of the `release` branch. Specific releases for a minor version may be f
the minor version with `/release`: for instance, `0.1/release` contains the latest release version
in the 0.1 series.

Electrum.jl is tested against the most recent LTS release (currently 1.6.7).
Electrum.jl is tested against the most recent LTS release (currently 1.6.7) and the current stable
release. Julia 1.5 and earlier are not supported.

## Current features

Expand Down

0 comments on commit 77c97f4

Please sign in to comment.