Skip to content

Commit 02ef46e

Browse files
authored
Update README.md
1 parent 0834464 commit 02ef46e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,12 @@ This package requires Julia v0.7.0 or later, which can be obtained from
1212
https://julialang.org/downloads/ or by building Julia from the sources in the
1313
https://github.com/JuliaLang/julia repository.
1414

15-
The package has not yet been registered and must be installed using the repository location.
16-
Start julia and use the `]` key to switch to the package manager REPL
15+
16+
This package is registered in the default Julia package registry, and can be installed through standard package installation procedure: e.g., running the following code in Julia REPL.
1717
```julia
18-
(v1.2) pkg> add https://github.com/OpenMendel/VarianceComponentModels.jl
18+
using Pkg
19+
pkg"add VarianceComponentModels"
1920
```
20-
Use the backspace key to return to the Julia REPL.
21-
2221
## Citation
2322

2423
If you use [OpenMendel](https://openmendel.github.io) analysis packages in your research, please cite the following reference in the resulting publications:

0 commit comments

Comments
 (0)