Skip to content

Commit

Permalink
Update README.md (#30080)
Browse files Browse the repository at this point in the history
Current stable release is 1.0.2
  • Loading branch information
BenjaminBorn authored and simonbyrne committed Nov 19, 2018
1 parent 8a4f20b commit f55d517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Be sure to also configure your system to use the appropriate proxy settings, e.g

By default you will be building the latest unstable version of Julia. However, most users should use the most recent stable version of Julia, which is currently the `1.0` series of releases. You can get this version by changing to the Julia directory and running

git checkout v1.0.1
git checkout v1.0.2

Now run `make` to build the `julia` executable. To perform a parallel build, use `make -j N` and supply the maximum number of concurrent processes. (See [Platform Specific Build Notes](https://github.com/JuliaLang/julia#platform-specific-build-notes) for details.)
When compiled the first time, it will automatically download and build its [external dependencies](#required-build-tools-and-external-libraries).
Expand Down

0 comments on commit f55d517

Please sign in to comment.