diff --git a/README.md b/README.md index 9966f98d642f9..19d19d9c3e648 100644 --- a/README.md +++ b/README.md @@ -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).