Skip to content

Commit

Permalink
docs: fix prerequisite list formatting
Browse files Browse the repository at this point in the history
PR-URL: #44
Reviewed-By: Rod Vagg <rod@vagg.org>
  • Loading branch information
brycekahle authored and rvagg committed Dec 4, 2014
1 parent 9f9641c commit e4932d0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ compatible with the npm ecosystem that has been built to date for node.js.

Prerequisites (Unix only):

* `gcc` and `g++` 4.8 or newer, or
* `clang` and `clang++` 3.3 or newer
* Python 2.6 or 2.7
* GNU Make 3.81 or newer
* libexecinfo (FreeBSD and OpenBSD only)
* `gcc` and `g++` 4.8 or newer, or
* `clang` and `clang++` 3.3 or newer
* Python 2.6 or 2.7
* GNU Make 3.81 or newer
* libexecinfo (FreeBSD and OpenBSD only)

Unix/Macintosh:

Expand All @@ -39,9 +39,9 @@ make install

Prerequisites (Windows only):

* Python 2.6 or 2.7
* Visual Studio 2013 for Windows Desktop, or
* Visual Studio Express 2013 for Windows Desktop
* Python 2.6 or 2.7
* Visual Studio 2013 for Windows Desktop, or
* Visual Studio Express 2013 for Windows Desktop

Windows:

Expand Down

0 comments on commit e4932d0

Please sign in to comment.