Skip to content
This repository has been archived by the owner on Jan 12, 2020. It is now read-only.

Commit

Permalink
Update minimum req. info for macOS to 10.8
Browse files Browse the repository at this point in the history
  • Loading branch information
carlobaldassi committed May 4, 2017
1 parent bc5ba99 commit ee0025d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions downloads/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ JuliaBox, all of these plotting packages are pre-installed.
</tr>
<tr>
<th> macOS Package (.dmg) </th>
<td colspan="6"> <a href="https://s3.amazonaws.com/julialang/bin/osx/x64/0.5/julia-0.5.1-osx10.7+.dmg">10.7+ 64-bit</a> </td>
<td colspan="6"> <a href="https://s3.amazonaws.com/julialang/bin/osx/x64/0.5/julia-0.5.1-osx10.7+.dmg">10.8+ 64-bit</a> </td>
</tr>
<tr>
<th> Generic Linux binaries </th>
Expand Down Expand Up @@ -75,7 +75,7 @@ Most users are advised to use the latest official release version of Julia, abov
</tr>
<tr>
<th> macOS Package (.dmg) </th>
<td colspan="3"> <a href="https://status.julialang.org/download/osx10.7+">10.7+ 64-bit</a> </td>
<td colspan="3"> <a href="https://status.julialang.org/download/osx10.7+">10.8+ 64-bit</a> </td>
</tr>
<tr>
<th> Generic Linux binaries </th>
Expand Down
2 changes: 1 addition & 1 deletion downloads/platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Uninstallation is performed by deleting the extracted directory and the packages

## macOS

On Mac, a `Julia-<version>.dmg` file is provided, which contains Julia.app. Installation is the same as any other Mac software -- copy the `Julia-<version>.app` to your hard-drive (anywhere) or run from the disk image. Julia runs on macOS 10.7 and later releases.
On Mac, a `Julia-<version>.dmg` file is provided, which contains Julia.app. Installation is the same as any other Mac software -- copy the `Julia-<version>.app` to your hard-drive (anywhere) or run from the disk image. Julia runs on macOS 10.8 and later releases.

Uninstall Julia by deleting Julia.app and the packages directory in ~/.julia. Multiple Julia.app binaries can co-exist without interfering with each other. If you would also like to remove your preferences files, remove `~/.juliarc.jl`.

Expand Down

0 comments on commit ee0025d

Please sign in to comment.