diff options
author | Bryce Kahle <bkahle@gmail.com> | 2014-12-03 12:11:18 -0500 |
---|---|---|
committer | Rod Vagg <rod@vagg.org> | 2014-12-04 21:20:27 +1100 |
commit | e4932d02a3cb1fb4969397ad392a33793cb5e4e8 (patch) | |
tree | e7a58b92275e5e710de55dac8bf232dc9f5bf8dd /README.md | |
parent | 9f9641c2bbed593b64384b28e97d9899399d6d0c (diff) | |
download | node-new-e4932d02a3cb1fb4969397ad392a33793cb5e4e8.tar.gz |
docs: fix prerequisite list formatting
PR-URL: https://github.com/iojs/io.js/pull/44
Reviewed-By: Rod Vagg <rod@vagg.org>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -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: @@ -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: |