Skip to content

Commit a0f433f

Browse files
authored
Update README.md
1 parent 47faf7b commit a0f433f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@
99
Download and install [Julia](https://julialang.org/downloads/). Within Julia, copy and paste the following:
1010
```julia
1111
using Pkg
12-
pkg"add https://github.com/OpenMendel/SnpArrays.jl"
13-
pkg"add https://github.com/OpenMendel/VCFTools.jl"
14-
pkg"add https://github.com/OpenMendel/BGEN.jl"
12+
pkg"add SnpArrays VCFTools BGEN"
1513
pkg"add https://github.com/OpenMendel/MendelImpute.jl"
1614
```
1715
This package supports Julia `v1.6`+.

0 commit comments

Comments
 (0)