Skip to content

Commit bf46084

Browse files
authored
Update title page of documentation
The install instructions were incomplete, and it seems pointless to mention Julia versions before 1.0.
1 parent 177dd94 commit bf46084

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/src/index.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@ This package provides functions for computing prime numbers in Julia.
44

55
## Installation
66

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

119
To install it, run
1210
```julia
13-
Pkg.add("Primes")
11+
using Pkg ; Pkg.add("Primes")
1412
```
1513
from the Julia REPL.

0 commit comments

Comments
 (0)