Skip to content

Commit 80e5897

Browse files
committed
docs(specifyThatVivaSymlinkOnlyWorksOnJuliaV1.0.4AndV1.1.0):
1 parent 66a7d32 commit 80e5897

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ macOS ( Sierra, High Sierra, and Mojave ), Windows (7 and 10), and Linux.
2525

2626
### Step 1: Install Julia
2727

28-
1. Download [Julia]("https://julialang.org/downloads/") and install the language following the [platform specific instructions](https://julialang.org/downloads/platform.html).
28+
1. Download [Julia v1.0.4]("https://julialang.org/downloads/") and install the language following the [platform specific instructions](https://julialang.org/downloads/platform.html).
2929

3030
2. Then, follow add Julia to the path variable to run VIVA.
3131

@@ -35,9 +35,7 @@ Add the path to the Julia binaries (C:\Program Files\Julia\bin) to the PATH foll
3535

3636
To add Julia to the PATH on Mac run the following line in the Terminal:
3737

38-
> sudo ln -s /Applications/Julia-1.1.app/Contents/Resources/julia/bin/julia /usr/local/bin/julia
39-
40-
Be sure to replace "/Applications/Julia-1.1.app/..." to reflect the version of Julia you've downloaded.
38+
> sudo ln -s /Applications/Julia-1.0.app/Contents/Resources/julia/bin/julia /usr/local/bin/julia
4139
4240

4341
*Linux Note*: To run on remote compute clusters, you may need to load the opengl and julia modules.

docs/src/installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ macOS ( Sierra, High Sierra, and Mojave ), Windows (7 and 10), and Linux.
66

77
### Step 1: Install Julia
88

9-
1. Download [Julia]("https://julialang.org/downloads/") and install the language following the [platform specific instructions](https://julialang.org/downloads/platform.html).
9+
1. Download [Julia v1.0.4]("https://julialang.org/downloads/") and install the language following the [platform specific instructions](https://julialang.org/downloads/platform.html).
1010

1111
2. Then, follow add Julia to the path variable to run VIVA.
1212

@@ -16,7 +16,7 @@ Add the path to the Julia binaries (C:\Program Files\Julia\bin) to the PATH foll
1616

1717
To add Julia to the PATH on Mac run the following line in the Terminal:
1818

19-
> sudo ln -s /Applications/Julia-1.1.app/Contents/Resources/julia/bin/julia /usr/local/bin/julia
19+
> sudo ln -s /Applications/Julia-1.0.app/Contents/Resources/julia/bin/julia /usr/local/bin/julia
2020
2121
Be sure to replace "/Applications/Julia-1.1.app/..." to reflect the version of Julia you've downloaded.
2222

@@ -102,7 +102,7 @@ The ***VIVA Jupyter notebook*** is powered by a [main function](https://github.c
102102

103103
### Running VIVA with Docker or Docker Compose
104104

105-
You can run VIVA using the Docker images we've provided if you don't want to install Julia and the VariantVisualization.jl Julia package.
105+
You can run VIVA using the Docker images we've provided if you don't want to install Julia and the VariantVisualization.jl Julia package.
106106

107107
To run VIVA from a Docker image, first [install Docker](https://docs.docker.com/install/).
108108

0 commit comments

Comments
 (0)