Skip to content

Commit 724bbaf

Browse files
Evey DeeViralBShah
Evey Dee
authored andcommitted
Update README.md (#22445)
* Update README.md * Update README.md
1 parent 5f4e462 commit 724bbaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ Then, acquire the source code by cloning the git repository:
7575

7676
Be sure to also configure your system to use the appropriate proxy settings, e.g. by setting the `https_proxy` and `http_proxy` variables.)
7777

78-
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 `0.5` series of releases. You can get this version by changing to the Julia directory and running
78+
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 `0.6` series of releases. You can get this version by changing to the Julia directory and running
7979

80-
git checkout release-0.5
80+
git checkout v0.6.0
8181

8282
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.)
8383
When compiled the first time, it will automatically download and build its [external dependencies](#required-build-tools-and-external-libraries).

0 commit comments

Comments
 (0)