Skip to content

Commit

Permalink
Merge pull request #141 from fingolfin/patch-3
Browse files Browse the repository at this point in the history
Update title page of documentation
  • Loading branch information
oscardssmith authored Sep 20, 2023
2 parents 177dd94 + bf46084 commit dc7c2cc
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 dc7c2cc

Please sign in to comment.