Skip to content

Commit

Permalink
Merge pull request JuliaLang#1477 from waldir/master
Browse files Browse the repository at this point in the history
Make list of supported platforms/architectures (in ReadMe) cleaner & DRYer
  • Loading branch information
ViralBShah committed Oct 31, 2012
2 parents 1c285d9 + 2ffee09 commit eb58e32
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@ This is the GitHub repository of Julia source code, including instructions for c
<a name="Currently-Supported-Platforms"/>
## Currently Supported Platforms

- **GNU/Linux:** x86/64 (64-bit); x86 (32-bit).
- **Darwin/OS X:** x86/64 (64-bit); x86 (32-bit).
- **FreeBSD:** x86/64 (64-bit); x86 (32-bit).
- **GNU/Linux**
- **Darwin/OS X**
- **FreeBSD**

All three systems supported with both x86/64 (64-bit) and x86 (32-bit) architectures.

<a name="Source-Download-Compilation"/>
## Source Download & Compilation
Expand Down

0 comments on commit eb58e32

Please sign in to comment.