Skip to content

Commit

Permalink
Update README.md (JuliaLang#29514)
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
asbisen authored and ViralBShah committed Oct 4, 2018
1 parent b8ca1a4 commit be0fceb
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.0
git checkout v1.0.1

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 be0fceb

Please sign in to comment.