Skip to content

Commit

Permalink
Update title page of documentation
Browse files Browse the repository at this point in the history
The install instructions were incomplete, and it seems pointless to mention Julia versions before 1.0.
  • Loading branch information
fingolfin authored Sep 20, 2023
1 parent 177dd94 commit bf46084
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@ This package provides functions for computing prime numbers in Julia.

## Installation

The package is available for Julia versions 0.4 and up, but if you are
not using Julia version 0.7 or higher, please read the documentation for the
appropriate realease.
This release is available for Julia versions 1.6 and up.

To install it, run
```julia
Pkg.add("Primes")
using Pkg ; Pkg.add("Primes")
```
from the Julia REPL.

0 comments on commit bf46084

Please sign in to comment.