Skip to content

Commit c433eec

Browse files
authored
Fix template for Linux/BSD installation instructions (#960)
1 parent 905537d commit c433eec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

downloads/platform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ It is strongly recommended that the official generic binaries from the downloads
8383
command downloads the latest Julia version and makes a symlink to allow the `julia` command to find the binary:
8484

8585
```
86-
wget https://julialang-s3.julialang.org/bin/linux/x64/1.4/julia-{{ stable_release }}-linux-x86_64.tar.gz
86+
wget https://julialang-s3.julialang.org/bin/linux/x64/{{stable_release_short}}/julia-{{ stable_release }}-linux-x86_64.tar.gz
8787
tar -xvzf julia-{{ stable_release }}-linux-x86\_64.tar.gz
8888
ln -s "$PWD"/julia-{{ stable_release }}/bin/julia ~/.local/bin/
8989
```

0 commit comments

Comments
 (0)