Skip to content

Commit

Permalink
Fix whitespace error (JuliaLang#29709)
Browse files Browse the repository at this point in the history
  • Loading branch information
c42f authored and KristofferC committed Oct 18, 2018
1 parent 2b6ee1a commit 0a12576
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 @@ -252,7 +252,7 @@ When building Julia, or its dependencies, libraries installed by third party pac
### FreeBSD

Clang is the default compiler on FreeBSD 11.0-RELEASE and above.
The remaining build tools are available from the Ports Collection, and can be installed using
The remaining build tools are available from the Ports Collection, and can be installed using
`pkg install git gcc gmake cmake pkgconf`.
To build Julia, simply run `gmake`.
(Note that `gmake` must be used rather than `make`, since `make` on FreeBSD corresponds to the incompatible BSD Make rather than GNU Make.)
Expand Down

0 comments on commit 0a12576

Please sign in to comment.