summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBryce Kahle <bkahle@gmail.com>2014-12-03 12:11:18 -0500
committerRod Vagg <rod@vagg.org>2014-12-04 21:20:27 +1100
commite4932d02a3cb1fb4969397ad392a33793cb5e4e8 (patch)
treee7a58b92275e5e710de55dac8bf232dc9f5bf8dd /README.md
parent9f9641c2bbed593b64384b28e97d9899399d6d0c (diff)
downloadnode-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.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/README.md b/README.md
index 9b011e8412..91899050f3 100644
--- a/README.md
+++ b/README.md
@@ -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: