We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 905537d commit c433eecCopy full SHA for c433eec
downloads/platform.md
@@ -83,7 +83,7 @@ It is strongly recommended that the official generic binaries from the downloads
83
command downloads the latest Julia version and makes a symlink to allow the `julia` command to find the binary:
84
85
```
86
-wget https://julialang-s3.julialang.org/bin/linux/x64/1.4/julia-{{ stable_release }}-linux-x86_64.tar.gz
+wget https://julialang-s3.julialang.org/bin/linux/x64/{{stable_release_short}}/julia-{{ stable_release }}-linux-x86_64.tar.gz
87
tar -xvzf julia-{{ stable_release }}-linux-x86\_64.tar.gz
88
ln -s "$PWD"/julia-{{ stable_release }}/bin/julia ~/.local/bin/
89
0 commit comments