Skip to content

Commit 8c72430

Browse files
update installation instruction
1 parent ee716d6 commit 8c72430

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

docs/src/index.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,16 @@ and **parameters** are
2828

2929
## Installation
3030

31-
Use the Julia package manager to install VarianceComponentModels.jl.
31+
This package requires Julia v0.7.0 or later, which can be obtained from
32+
https://julialang.org/downloads/ or by building Julia from the sources in the
33+
https://github.com/JuliaLang/julia repository.
34+
35+
The package has not yet been registered and must be installed using the repository location.
36+
Start julia and use the `]` key to switch to the package manager REPL
3237
```julia
33-
Pkg.clone("https://github.com/OpenMendel/VarianceComponentModels.jl.git")
38+
(v0.7) pkg> add https://github.com/OpenMendel/VarianceComponentModels.jl.git#Julia-0.7
3439
```
35-
This package supports Julia `0.6`.
40+
Use the backspace key to return to the Julia REPL.
3641

3742
## Manual Outline
3843

0 commit comments

Comments
 (0)