Skip to content

Commit

Permalink
update julia download instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ablaom committed May 18, 2023
1 parent 6200cdd commit e7f46c9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion FIRST_STEPS.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ your machine when starting out:
- Mac: Download the appropriate the file ending in `.dmg` appropriate to your processor
and follow [these instructions](https://julialang.org/downloads/platform/#macos).

- Ubuntu and other Linux distributions: Follow [these instructions](https://ferrolho.github.io/blog/2019-01-26/how-to-install-julia-on-ubuntu)
- Ubuntu and other Linux distributions: Follow [these
instructions](https://ferrolho.github.io/blog/2019-01-26/how-to-install-julia-on-ubuntu)
**but replace "1.8.5" with "1.9.0"** in all commands.

- Windows: Follow [these instructions](https://julialang.org/downloads/platform/#windows) (video below)

Expand All @@ -28,6 +30,9 @@ your machine when starting out:
<br style="width:600px; height:480px">
<img src="./Julia_Installation.gif" />
</br>

An new alternative I have not tried or tested myself is to use
[juliaup](https://github.com/JuliaLang/juliaup).

3. Open the downloaded application in the usual way for your OS, or
type `julia` and press `return` from a terminal window. This launches a command-line
Expand Down

0 comments on commit e7f46c9

Please sign in to comment.