We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 177dd94 + bf46084 commit dc7c2ccCopy full SHA for dc7c2cc
docs/src/index.md
@@ -4,12 +4,10 @@ This package provides functions for computing prime numbers in Julia.
4
5
## Installation
6
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.
+This release is available for Julia versions 1.6 and up.
10
11
To install it, run
12
```julia
13
-Pkg.add("Primes")
+using Pkg ; Pkg.add("Primes")
14
```
15
from the Julia REPL.
0 commit comments